Html Css Color HEX #CA57AA Fuchsia

📋 copy color: '#CA57AA'

red 202 ◦ green 87 ◦ blue 170

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

Shades of Fuchsia #CA57AA

Tints of Fuchsia #CA57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.95%

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

R = 44.01%
G = 18.95%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA57AA (or 0xCA57AA) is known color: Fuchsia. HEX triplet: CA, 57 and AA. RGB value is (202,87,170). Sum of RGB (Red+Green+Blue) = 202+87+170=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57AA is #35A855. Grayscale: #828282. Windows color (decimal): -3516502 or 11163594. OLE color: 11163594.

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

Color convert

RGB 202 87 170 -
CMYK 0 0.57 0.16 0.21
HSL 316.7º 0.52% 0.57% -
HSV(B) 316.7º 0.57% 0.79% -
XYZ 35.02 22.28 40.48 -
YUV 130.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 202 87 170 0 0.57 0.16 0.21 316.7 0.52 0.57
Hex CA 57 AA 0 39 10 15 13D 34 39
Octal 312 127 252 0 71 20 25 475 64 71
Binary 11001010 1010111 10101010 0 111001 10000 10101 100111101 110100 111001

Color Harmonies of #CA57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57AA

Black with #CA57AA

Text Example


Text Example

White with #CA57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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