Html Css Color HEX #CA5BAE Fuchsia

📋 copy color: '#CA5BAE'

red 202 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #CA5BAE

Tints of Fuchsia #CA5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

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

R = 43.25%
G = 19.49%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA5BAE (or 0xCA5BAE) is known color: Fuchsia. HEX triplet: CA, 5B and AE. RGB value is (202,91,174). Sum of RGB (Red+Green+Blue) = 202+91+174=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BAE is #35A451. Grayscale: #858585. Windows color (decimal): -3515474 or 11426762. OLE color: 11426762.

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

Color convert

RGB 202 91 174 -
CMYK 0 0.55 0.14 0.21
HSL 315.14º 0.51% 0.57% -
HSV(B) 315.14º 0.55% 0.79% -
XYZ 35.74 23.09 42.62 -
YUV 133.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 202 91 174 0 0.55 0.14 0.21 315.14 0.51 0.57
Hex CA 5B AE 0 37 E 15 13B 33 39
Octal 312 133 256 0 67 16 25 473 63 71
Binary 11001010 1011011 10101110 0 110111 1110 10101 100111011 110011 111001

Color Harmonies of #CA5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BAE

Black with #CA5BAE

Text Example


Text Example

White with #CA5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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