Html Css Color HEX #CC58CC Fuchsia

📋 copy color: '#CC58CC'

red 204 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #CC58CC

Tints of Fuchsia #CC58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 41.13%
G = 17.74%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC58CC (or 0xCC58CC) is known color: Fuchsia. HEX triplet: CC, 58 and CC. RGB value is (204,88,204). Sum of RGB (Red+Green+Blue) = 204+88+204=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58CC is #33A733. Grayscale: #878787. Windows color (decimal): -3385140 or 13392076. OLE color: 13392076.

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

Color convert

RGB 204 88 204 -
CMYK 0 0.57 0 0.2
HSL 300º 0.53% 0.57% -
HSV(B) 300º 0.57% 0.8% -
XYZ 39.29 24.18 59.72 -
YUV 135.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 204 88 204 0 0.57 0 0.2 300 0.53 0.57
Hex CC 58 CC 0 39 0 14 12C 35 39
Octal 314 130 314 0 71 0 24 454 65 71
Binary 11001100 1011000 11001100 0 111001 0 10100 100101100 110101 111001

Color Harmonies of #CC58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58CC

Black with #CC58CC

Text Example


Text Example

White with #CC58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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