Html Css Color HEX #CA4DB9 Fuchsia

📋 copy color: '#CA4DB9'

red 202 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #CA4DB9

Tints of Fuchsia #CA4DB9

RGB

 RED value IS 202 (79.3% from 255) = 43.53%

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

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

R = 43.53%
G = 16.59%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA4DB9 (or 0xCA4DB9) is known color: Fuchsia. HEX triplet: CA, 4D and B9. RGB value is (202,77,185). Sum of RGB (Red+Green+Blue) = 202+77+185=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DB9 is #35B246. Grayscale: #7E7E7E. Windows color (decimal): -3519047 or 12144074. OLE color: 12144074.

HSL color Cylindrical-coordinate representation of color #CA4DB9: hue angle of 308.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DB9 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 185 -
CMYK 0 0.62 0.08 0.21
HSL 308.16º 0.54% 0.55% -
HSV(B) 308.16º 0.62% 0.79% -
XYZ 35.77 21.37 48.14 -
YUV 126.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 202 77 185 0 0.62 0.08 0.21 308.16 0.54 0.55
Hex CA 4D B9 0 3E 8 15 134 36 37
Octal 312 115 271 0 76 10 25 464 66 67
Binary 11001010 1001101 10111001 0 111110 1000 10101 100110100 110110 110111

Color Harmonies of #CA4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DB9

Black with #CA4DB9

Text Example


Text Example

White with #CA4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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