Html Css Color HEX #CA5EAE Fuchsia

📋 copy color: '#CA5EAE'

red 202 ◦ green 94 ◦ blue 174

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

Shades of Fuchsia #CA5EAE

Tints of Fuchsia #CA5EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 42.98%
G = 20%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA5EAE (or 0xCA5EAE) is known color: Fuchsia. HEX triplet: CA, 5E and AE. RGB value is (202,94,174). Sum of RGB (Red+Green+Blue) = 202+94+174=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5EAE is #35A151. Grayscale: #878787. Windows color (decimal): -3514706 or 11427530. OLE color: 11427530.

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

Color convert

RGB 202 94 174 -
CMYK 0 0.53 0.14 0.21
HSL 315.56º 0.5% 0.58% -
HSV(B) 315.56º 0.53% 0.79% -
XYZ 36 23.62 42.71 -
YUV 135.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 202 94 174 0 0.53 0.14 0.21 315.56 0.5 0.58
Hex CA 5E AE 0 35 E 15 13C 32 3A
Octal 312 136 256 0 65 16 25 474 62 72
Binary 11001010 1011110 10101110 0 110101 1110 10101 100111100 110010 111010

Color Harmonies of #CA5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EAE

Black with #CA5EAE

Text Example


Text Example

White with #CA5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EAE; }

 p { color: rgb(202,94,174); }

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

background-color css

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

 a { background-color: rgb(202,94,174); }

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

border-color css

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

 span { border-color: rgb(202,94,174); }

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