Html Css Color HEX #CD4DB9 Fuchsia

📋 copy color: '#CD4DB9'

red 205 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #CD4DB9

Tints of Fuchsia #CD4DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.49%

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 43.9%
G = 16.49%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD4DB9 (or 0xCD4DB9) is known color: Fuchsia. HEX triplet: CD, 4D and B9. RGB value is (205,77,185). Sum of RGB (Red+Green+Blue) = 205+77+185=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DB9 is #32B246. Grayscale: #7F7F7F. Windows color (decimal): -3322439 or 12144077. OLE color: 12144077.

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

Color convert

RGB 205 77 185 -
CMYK 0 0.62 0.10 0.20
HSL 309.38º 0.56% 0.55% -
HSV(B) 309.38º 0.62% 0.8% -
XYZ 36.59 21.79 48.18 -
YUV 127.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 205 77 185 0 0.62 0.10 0.20 309.38 0.56 0.55
Hex CD 4D B9 0 3E A 14 135 38 37
Octal 315 115 271 0 76 12 24 465 70 67
Binary 11001101 1001101 10111001 0 111110 1010 10100 100110101 111000 110111

Color Harmonies of #CD4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4DB9

Black with #CD4DB9

Text Example


Text Example

White with #CD4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4DB9; }

 p { color: rgb(205,77,185); }

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

background-color css

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

 a { background-color: rgb(205,77,185); }

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

border-color css

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

 span { border-color: rgb(205,77,185); }

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