Html Css Color HEX #CA40AB Fuchsia

📋 copy color: '#CA40AB'

red 202 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #CA40AB

Tints of Fuchsia #CA40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.65%

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 46.22%
G = 14.65%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA40AB (or 0xCA40AB) is known color: Fuchsia. HEX triplet: CA, 40 and AB. RGB value is (202,64,171). Sum of RGB (Red+Green+Blue) = 202+64+171=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40AB is #35BF54. Grayscale: #757575. Windows color (decimal): -3522389 or 11223242. OLE color: 11223242.

HSL color Cylindrical-coordinate representation of color #CA40AB: hue angle of 313.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40AB is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 171 -
CMYK 0 0.68 0.15 0.21
HSL 313.48º 0.57% 0.52% -
HSV(B) 313.48º 0.68% 0.79% -
XYZ 33.54 19.16 40.46 -
YUV 117.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 202 64 171 0 0.68 0.15 0.21 313.48 0.57 0.52
Hex CA 40 AB 0 44 F 15 139 39 34
Octal 312 100 253 0 104 17 25 471 71 64
Binary 11001010 1000000 10101011 0 1000100 1111 10101 100111001 111001 110100

Color Harmonies of #CA40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40AB

Black with #CA40AB

Text Example


Text Example

White with #CA40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40AB; }

 p { color: rgb(202,64,171); }

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

background-color css

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

 a { background-color: rgb(202,64,171); }

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

border-color css

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

 span { border-color: rgb(202,64,171); }

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