Html Css Color HEX #CA58AA Fuchsia

📋 copy color: '#CA58AA'

red 202 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #CA58AA

Tints of Fuchsia #CA58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.13%

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

R = 43.91%
G = 19.13%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA58AA (or 0xCA58AA) is known color: Fuchsia. HEX triplet: CA, 58 and AA. RGB value is (202,88,170). Sum of RGB (Red+Green+Blue) = 202+88+170=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58AA is #35A755. Grayscale: #838383. Windows color (decimal): -3516246 or 11163850. OLE color: 11163850.

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

Color convert

RGB 202 88 170 -
CMYK 0 0.56 0.16 0.21
HSL 316.84º 0.52% 0.57% -
HSV(B) 316.84º 0.56% 0.79% -
XYZ 35.1 22.44 40.51 -
YUV 131.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 202 88 170 0 0.56 0.16 0.21 316.84 0.52 0.57
Hex CA 58 AA 0 38 10 15 13D 34 39
Octal 312 130 252 0 70 20 25 475 64 71
Binary 11001010 1011000 10101010 0 111000 10000 10101 100111101 110100 111001

Color Harmonies of #CA58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58AA

Black with #CA58AA

Text Example


Text Example

White with #CA58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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