Html Css Color HEX #CA4DAA Fuchsia

📋 copy color: '#CA4DAA'

red 202 ◦ green 77 ◦ blue 170

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

Shades of Fuchsia #CA4DAA

Tints of Fuchsia #CA4DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 44.99%
G = 17.15%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA4DAA (or 0xCA4DAA) is known color: Fuchsia. HEX triplet: CA, 4D and AA. RGB value is (202,77,170). Sum of RGB (Red+Green+Blue) = 202+77+170=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DAA is #35B255. Grayscale: #7C7C7C. Windows color (decimal): -3519062 or 11161034. OLE color: 11161034.

HSL color Cylindrical-coordinate representation of color #CA4DAA: hue angle of 315.36º 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 #CA4DAA is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 170 -
CMYK 0 0.62 0.16 0.21
HSL 315.36º 0.54% 0.55% -
HSV(B) 315.36º 0.62% 0.79% -
XYZ 34.27 20.77 40.23 -
YUV 124.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 202 77 170 0 0.62 0.16 0.21 315.36 0.54 0.55
Hex CA 4D AA 0 3E 10 15 13B 36 37
Octal 312 115 252 0 76 20 25 473 66 67
Binary 11001010 1001101 10101010 0 111110 10000 10101 100111011 110110 110111

Color Harmonies of #CA4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DAA

Black with #CA4DAA

Text Example


Text Example

White with #CA4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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