Html Css Color HEX #CC58C5 Fuchsia

📋 copy color: '#CC58C5'

red 204 ◦ green 88 ◦ blue 197

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

Shades of Fuchsia #CC58C5

Tints of Fuchsia #CC58C5

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

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

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

R = 41.72%
G = 18%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC58C5 (or 0xCC58C5) is known color: Fuchsia. HEX triplet: CC, 58 and C5. RGB value is (204,88,197). Sum of RGB (Red+Green+Blue) = 204+88+197=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58C5 is #33A73A. Grayscale: #868686. Windows color (decimal): -3385147 or 12933324. OLE color: 12933324.

HSL color Cylindrical-coordinate representation of color #CC58C5: hue angle of 303.62º 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 #CC58C5 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 197 -
CMYK 0 0.57 0.03 0.2
HSL 303.62º 0.53% 0.57% -
HSV(B) 303.62º 0.57% 0.8% -
XYZ 38.47 23.85 55.4 -
YUV 135.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 204 88 197 0 0.57 0.03 0.2 303.62 0.53 0.57
Hex CC 58 C5 0 39 3 14 130 35 39
Octal 314 130 305 0 71 3 24 460 65 71
Binary 11001100 1011000 11000101 0 111001 11 10100 100110000 110101 111001

Color Harmonies of #CC58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58C5

Black with #CC58C5

Text Example


Text Example

White with #CC58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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