Html Css Color HEX #CA58C5 Fuchsia

📋 copy color: '#CA58C5'

red 202 ◦ green 88 ◦ blue 197

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

Shades of Fuchsia #CA58C5

Tints of Fuchsia #CA58C5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.07%

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 41.48%
G = 18.07%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA58C5 (or 0xCA58C5) is known color: Fuchsia. HEX triplet: CA, 58 and C5. RGB value is (202,88,197). Sum of RGB (Red+Green+Blue) = 202+88+197=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58C5 is #35A73A. Grayscale: #868686. Windows color (decimal): -3516219 or 12933322. OLE color: 12933322.

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

Color convert

RGB 202 88 197 -
CMYK 0 0.56 0.02 0.21
HSL 302.63º 0.52% 0.57% -
HSV(B) 302.63º 0.56% 0.79% -
XYZ 37.92 23.57 55.37 -
YUV 134.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 202 88 197 0 0.56 0.02 0.21 302.63 0.52 0.57
Hex CA 58 C5 0 38 2 15 12F 34 39
Octal 312 130 305 0 70 2 25 457 64 71
Binary 11001010 1011000 11000101 0 111000 10 10101 100101111 110100 111001

Color Harmonies of #CA58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58C5

Black with #CA58C5

Text Example


Text Example

White with #CA58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58C5; }

 p { color: rgb(202,88,197); }

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

background-color css

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

 a { background-color: rgb(202,88,197); }

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

border-color css

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

 span { border-color: rgb(202,88,197); }

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