Html Css Color HEX #CD49B1 Fuchsia

📋 copy color: '#CD49B1'

red 205 ◦ green 73 ◦ blue 177

#CD49B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CD49B1

Tints of Fuchsia #CD49B1

RGB

 RED value IS 205 (80.47% from 255) = 45.05%

 GREEN value IS 73 (28.91% from 255) = 16.04%

 BLUE value IS 177 (69.53% from 255) = 38.9%

R = 45.05%
G = 16.04%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD49B1 (or 0xCD49B1) is known color: Fuchsia. HEX triplet: CD, 49 and B1. RGB value is (205,73,177). Sum of RGB (Red+Green+Blue) = 205+73+177=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD49B1 is #32B64E. Grayscale: #7C7C7C. Windows color (decimal): -3323471 or 11618765. OLE color: 11618765.

HSL color Cylindrical-coordinate representation of color #CD49B1: hue angle of 312.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD49B1 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 73 177 -
CMYK 0 0.64 0.14 0.20
HSL 312.73º 0.57% 0.55% -
HSV(B) 312.73º 0.64% 0.8% -
XYZ 35.5 20.92 43.76 -
YUV 124.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 205 73 177 0 0.64 0.14 0.20 312.73 0.57 0.55
Hex CD 49 B1 0 40 E 14 139 39 37
Octal 315 111 261 0 100 16 24 471 71 67
Binary 11001101 1001001 10110001 0 1000000 1110 10100 100111001 111001 110111

Color Harmonies of #CD49B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49B1

Black with #CD49B1

Text Example


Text Example

White with #CD49B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49B1; }

 p { color: rgb(205,73,177); }

 H1.HeaderClassName
 {
   color: #CD49B1;
 }
 .AnyTagClassName
 {
   color: #CD49B1;
 }
</style>

background-color css

<style>
 a { background-color: #CD49B1; }

 a { background-color: rgb(205,73,177); }

 div.DivClassName
 {
   background-color: #CD49B1;
 }
 .BgClassName
 {
   background-color: #CD49B1;
 }
</style>

border-color css

<style>
 span { border-color: #CD49B1; }

 span { border-color: rgb(205,73,177); }

 td.TdClassName
 {
   border-color: #CD49B1;
 }
 .TagClassName
 {
   border-color: #CD49B1;
 }
</style>