Html Css Color HEX #CC58BC Fuchsia

📋 copy color: '#CC58BC'

red 204 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #CC58BC

Tints of Fuchsia #CC58BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 42.5%
G = 18.33%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC58BC (or 0xCC58BC) is known color: Fuchsia. HEX triplet: CC, 58 and BC. RGB value is (204,88,188). Sum of RGB (Red+Green+Blue) = 204+88+188=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58BC is #33A743. Grayscale: #858585. Windows color (decimal): -3385156 or 12343500. OLE color: 12343500.

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

Color convert

RGB 204 88 188 -
CMYK 0 0.57 0.08 0.2
HSL 308.28º 0.53% 0.57% -
HSV(B) 308.28º 0.57% 0.8% -
XYZ 37.47 23.45 50.13 -
YUV 134.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 204 88 188 0 0.57 0.08 0.2 308.28 0.53 0.57
Hex CC 58 BC 0 39 8 14 134 35 39
Octal 314 130 274 0 71 10 24 464 65 71
Binary 11001100 1011000 10111100 0 111001 1000 10100 100110100 110101 111001

Color Harmonies of #CC58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58BC

Black with #CC58BC

Text Example


Text Example

White with #CC58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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