Html Css Color HEX #CA5CAD Fuchsia

📋 copy color: '#CA5CAD'

red 202 ◦ green 92 ◦ blue 173

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

Shades of Fuchsia #CA5CAD

Tints of Fuchsia #CA5CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.7%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 43.25%
G = 19.7%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA5CAD (or 0xCA5CAD) is known color: Fuchsia. HEX triplet: CA, 5C and AD. RGB value is (202,92,173). Sum of RGB (Red+Green+Blue) = 202+92+173=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5CAD is #35A352. Grayscale: #858585. Windows color (decimal): -3515219 or 11361482. OLE color: 11361482.

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

Color convert

RGB 202 92 173 -
CMYK 0 0.54 0.14 0.21
HSL 315.82º 0.51% 0.58% -
HSV(B) 315.82º 0.54% 0.79% -
XYZ 35.73 23.23 42.14 -
YUV 134.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 202 92 173 0 0.54 0.14 0.21 315.82 0.51 0.58
Hex CA 5C AD 0 36 E 15 13C 33 3A
Octal 312 134 255 0 66 16 25 474 63 72
Binary 11001010 1011100 10101101 0 110110 1110 10101 100111100 110011 111010

Color Harmonies of #CA5CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CAD

Black with #CA5CAD

Text Example


Text Example

White with #CA5CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CAD; }

 p { color: rgb(202,92,173); }

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

background-color css

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

 a { background-color: rgb(202,92,173); }

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

border-color css

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

 span { border-color: rgb(202,92,173); }

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