Html Css Color HEX #CA5BAC Fuchsia

📋 copy color: '#CA5BAC'

red 202 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #CA5BAC

Tints of Fuchsia #CA5BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 43.44%
G = 19.57%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA5BAC (or 0xCA5BAC) is known color: Fuchsia. HEX triplet: CA, 5B and AC. RGB value is (202,91,172). Sum of RGB (Red+Green+Blue) = 202+91+172=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BAC is #35A453. Grayscale: #858585. Windows color (decimal): -3515476 or 11295690. OLE color: 11295690.

HSL color Cylindrical-coordinate representation of color #CA5BAC: hue angle of 316.22º 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 #CA5BAC is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 172 -
CMYK 0 0.55 0.15 0.21
HSL 316.22º 0.51% 0.57% -
HSV(B) 316.22º 0.55% 0.79% -
XYZ 35.54 23.02 41.6 -
YUV 133.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 202 91 172 0 0.55 0.15 0.21 316.22 0.51 0.57
Hex CA 5B AC 0 37 F 15 13C 33 39
Octal 312 133 254 0 67 17 25 474 63 71
Binary 11001010 1011011 10101100 0 110111 1111 10101 100111100 110011 111001

Color Harmonies of #CA5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BAC

Black with #CA5BAC

Text Example


Text Example

White with #CA5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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