Html Css Color HEX #CA51AB Fuchsia

📋 copy color: '#CA51AB'

red 202 ◦ green 81 ◦ blue 171

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

Shades of Fuchsia #CA51AB

Tints of Fuchsia #CA51AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.84%

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

R = 44.49%
G = 17.84%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA51AB (or 0xCA51AB) is known color: Fuchsia. HEX triplet: CA, 51 and AB. RGB value is (202,81,171). Sum of RGB (Red+Green+Blue) = 202+81+171=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51AB is #35AE54. Grayscale: #7F7F7F. Windows color (decimal): -3518037 or 11227594. OLE color: 11227594.

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

Color convert

RGB 202 81 171 -
CMYK 0 0.60 0.15 0.21
HSL 315.37º 0.53% 0.55% -
HSV(B) 315.37º 0.6% 0.79% -
XYZ 34.65 21.38 40.83 -
YUV 127.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 202 81 171 0 0.60 0.15 0.21 315.37 0.53 0.55
Hex CA 51 AB 0 3C F 15 13B 35 37
Octal 312 121 253 0 74 17 25 473 65 67
Binary 11001010 1010001 10101011 0 111100 1111 10101 100111011 110101 110111

Color Harmonies of #CA51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51AB

Black with #CA51AB

Text Example


Text Example

White with #CA51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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