Html Css Color HEX #CC58CB Fuchsia

📋 copy color: '#CC58CB'

red 204 ◦ green 88 ◦ blue 203

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

Shades of Fuchsia #CC58CB

Tints of Fuchsia #CC58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 41.21%
G = 17.78%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC58CB (or 0xCC58CB) is known color: Fuchsia. HEX triplet: CC, 58 and CB. RGB value is (204,88,203). Sum of RGB (Red+Green+Blue) = 204+88+203=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58CB is #33A734. Grayscale: #878787. Windows color (decimal): -3385141 or 13326540. OLE color: 13326540.

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

Color convert

RGB 204 88 203 -
CMYK 0 0.57 0.00 0.2
HSL 300.52º 0.53% 0.57% -
HSV(B) 300.52º 0.57% 0.8% -
XYZ 39.17 24.13 59.09 -
YUV 135.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 204 88 203 0 0.57 0.00 0.2 300.52 0.53 0.57
Hex CC 58 CB 0 39 0 14 12D 35 39
Octal 314 130 313 0 71 0 24 455 65 71
Binary 11001100 1011000 11001011 0 111001 0 10100 100101101 110101 111001

Color Harmonies of #CC58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58CB

Black with #CC58CB

Text Example


Text Example

White with #CC58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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