Html Css Color HEX #CA5CCC Fuchsia

📋 copy color: '#CA5CCC'

red 202 ◦ green 92 ◦ blue 204

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

Shades of Fuchsia #CA5CCC

Tints of Fuchsia #CA5CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 40.56%
G = 18.47%
B = 40.96%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA5CCC (or 0xCA5CCC) is known color: Fuchsia. HEX triplet: CA, 5C and CC. RGB value is (202,92,204). Sum of RGB (Red+Green+Blue) = 202+92+204=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CCC is #35A333. Grayscale: #898989. Windows color (decimal): -3515188 or 13393098. OLE color: 13393098.

HSL color Cylindrical-coordinate representation of color #CA5CCC: hue angle of 298.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5CCC is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 92 204 -
CMYK 0.01 0.55 0 0.2
HSL 298.93º 0.52% 0.58% -
HSV(B) 298.93º 0.55% 0.8% -
XYZ 39.08 24.57 59.81 -
YUV 137.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 202 92 204 0.01 0.55 0 0.2 298.93 0.52 0.58
Hex CA 5C CC 1 37 0 14 12B 34 3A
Octal 312 134 314 1 67 0 24 453 64 72
Binary 11001010 1011100 11001100 1 110111 0 10100 100101011 110100 111010

Color Harmonies of #CA5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CCC

Black with #CA5CCC

Text Example


Text Example

White with #CA5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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