Html Css Color HEX #CA58B1 Fuchsia

📋 copy color: '#CA58B1'

red 202 ◦ green 88 ◦ blue 177

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

Shades of Fuchsia #CA58B1

Tints of Fuchsia #CA58B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 43.25%
G = 18.84%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA58B1 (or 0xCA58B1) is known color: Fuchsia. HEX triplet: CA, 58 and B1. RGB value is (202,88,177). Sum of RGB (Red+Green+Blue) = 202+88+177=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58B1 is #35A74E. Grayscale: #838383. Windows color (decimal): -3516239 or 11622602. OLE color: 11622602.

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

Color convert

RGB 202 88 177 -
CMYK 0 0.56 0.12 0.21
HSL 313.16º 0.52% 0.57% -
HSV(B) 313.16º 0.56% 0.79% -
XYZ 35.78 22.71 44.09 -
YUV 132.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 202 88 177 0 0.56 0.12 0.21 313.16 0.52 0.57
Hex CA 58 B1 0 38 C 15 139 34 39
Octal 312 130 261 0 70 14 25 471 64 71
Binary 11001010 1011000 10110001 0 111000 1100 10101 100111001 110100 111001

Color Harmonies of #CA58B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58B1

Black with #CA58B1

Text Example


Text Example

White with #CA58B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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