Html Css Color HEX #CA54AB Fuchsia

📋 copy color: '#CA54AB'

red 202 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #CA54AB

Tints of Fuchsia #CA54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

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

R = 44.2%
G = 18.38%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA54AB (or 0xCA54AB) is known color: Fuchsia. HEX triplet: CA, 54 and AB. RGB value is (202,84,171). Sum of RGB (Red+Green+Blue) = 202+84+171=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA54AB is #35AB54. Grayscale: #808080. Windows color (decimal): -3517269 or 11228362. OLE color: 11228362.

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

Color convert

RGB 202 84 171 -
CMYK 0 0.58 0.15 0.21
HSL 315.76º 0.53% 0.56% -
HSV(B) 315.76º 0.58% 0.79% -
XYZ 34.88 21.84 40.9 -
YUV 129.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 202 84 171 0 0.58 0.15 0.21 315.76 0.53 0.56
Hex CA 54 AB 0 3A F 15 13C 35 38
Octal 312 124 253 0 72 17 25 474 65 70
Binary 11001010 1010100 10101011 0 111010 1111 10101 100111100 110101 111000

Color Harmonies of #CA54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54AB

Black with #CA54AB

Text Example


Text Example

White with #CA54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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