Html Css Color HEX #CA58B0 Fuchsia

📋 copy color: '#CA58B0'

red 202 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #CA58B0

Tints of Fuchsia #CA58B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 43.35%
G = 18.88%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA58B0 (or 0xCA58B0) is known color: Fuchsia. HEX triplet: CA, 58 and B0. RGB value is (202,88,176). Sum of RGB (Red+Green+Blue) = 202+88+176=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58B0 is #35A74F. Grayscale: #838383. Windows color (decimal): -3516240 or 11557066. OLE color: 11557066.

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

Color convert

RGB 202 88 176 -
CMYK 0 0.56 0.13 0.21
HSL 313.68º 0.52% 0.57% -
HSV(B) 313.68º 0.56% 0.79% -
XYZ 35.68 22.67 43.57 -
YUV 132.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 202 88 176 0 0.56 0.13 0.21 313.68 0.52 0.57
Hex CA 58 B0 0 38 D 15 13A 34 39
Octal 312 130 260 0 70 15 25 472 64 71
Binary 11001010 1011000 10110000 0 111000 1101 10101 100111010 110100 111001

Color Harmonies of #CA58B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58B0

Black with #CA58B0

Text Example


Text Example

White with #CA58B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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