Html Css Color HEX #CA58BB Fuchsia

📋 copy color: '#CA58BB'

red 202 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #CA58BB

Tints of Fuchsia #CA58BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 42.35%
G = 18.45%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA58BB (or 0xCA58BB) is known color: Fuchsia. HEX triplet: CA, 58 and BB. RGB value is (202,88,187). Sum of RGB (Red+Green+Blue) = 202+88+187=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58BB is #35A744. Grayscale: #858585. Windows color (decimal): -3516229 or 12277962. OLE color: 12277962.

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

Color convert

RGB 202 88 187 -
CMYK 0 0.56 0.07 0.21
HSL 307.89º 0.52% 0.57% -
HSV(B) 307.89º 0.56% 0.79% -
XYZ 36.82 23.12 49.54 -
YUV 133.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 202 88 187 0 0.56 0.07 0.21 307.89 0.52 0.57
Hex CA 58 BB 0 38 7 15 134 34 39
Octal 312 130 273 0 70 7 25 464 64 71
Binary 11001010 1011000 10111011 0 111000 111 10101 100110100 110100 111001

Color Harmonies of #CA58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58BB

Black with #CA58BB

Text Example


Text Example

White with #CA58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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