Html Css Color HEX #CA58CB Fuchsia

📋 copy color: '#CA58CB'

red 202 ◦ green 88 ◦ blue 203

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

Shades of Fuchsia #CA58CB

Tints of Fuchsia #CA58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 40.97%
G = 17.85%
B = 41.18%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA58CB (or 0xCA58CB) is known color: Fuchsia. HEX triplet: CA, 58 and CB. RGB value is (202,88,203). Sum of RGB (Red+Green+Blue) = 202+88+203=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA58CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58CB is #35A734. Grayscale: #868686. Windows color (decimal): -3516213 or 13326538. OLE color: 13326538.

HSL color Cylindrical-coordinate representation of color #CA58CB: hue angle of 299.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA58CB is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 88 203 -
CMYK 0.00 0.57 0 0.20
HSL 299.48º 0.53% 0.57% -
HSV(B) 299.48º 0.57% 0.8% -
XYZ 38.63 23.85 59.07 -
YUV 135.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 202 88 203 0.00 0.57 0 0.20 299.48 0.53 0.57
Hex CA 58 CB 0 39 0 14 12B 35 39
Octal 312 130 313 0 71 0 24 453 65 71
Binary 11001010 1011000 11001011 0 111001 0 10100 100101011 110101 111001

Color Harmonies of #CA58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58CB

Black with #CA58CB

Text Example


Text Example

White with #CA58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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