Html Css Color HEX #CA44AB Fuchsia

📋 copy color: '#CA44AB'

red 202 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #CA44AB

Tints of Fuchsia #CA44AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.42%

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

R = 45.8%
G = 15.42%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA44AB (or 0xCA44AB) is known color: Fuchsia. HEX triplet: CA, 44 and AB. RGB value is (202,68,171). Sum of RGB (Red+Green+Blue) = 202+68+171=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44AB is #35BB54. Grayscale: #777777. Windows color (decimal): -3521365 or 11224266. OLE color: 11224266.

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

Color convert

RGB 202 68 171 -
CMYK 0 0.66 0.15 0.21
HSL 313.88º 0.56% 0.53% -
HSV(B) 313.88º 0.66% 0.79% -
XYZ 33.77 19.63 40.54 -
YUV 119.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 202 68 171 0 0.66 0.15 0.21 313.88 0.56 0.53
Hex CA 44 AB 0 42 F 15 13A 38 35
Octal 312 104 253 0 102 17 25 472 70 65
Binary 11001010 1000100 10101011 0 1000010 1111 10101 100111010 111000 110101

Color Harmonies of #CA44AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44AB

Black with #CA44AB

Text Example


Text Example

White with #CA44AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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