Html Css Color HEX #CC58C6 Fuchsia

📋 copy color: '#CC58C6'

red 204 ◦ green 88 ◦ blue 198

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

Shades of Fuchsia #CC58C6

Tints of Fuchsia #CC58C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 41.63%
G = 17.96%
B = 40.41%

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

#CC58C6 (or 0xCC58C6) is known color: Fuchsia. HEX triplet: CC, 58 and C6. RGB value is (204,88,198). Sum of RGB (Red+Green+Blue) = 204+88+198=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58C6 is #33A739. Grayscale: #868686. Windows color (decimal): -3385146 or 12998860. OLE color: 12998860.

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

Color convert

RGB 204 88 198 -
CMYK 0 0.57 0.03 0.2
HSL 303.1º 0.53% 0.57% -
HSV(B) 303.1º 0.57% 0.8% -
XYZ 38.58 23.89 56 -
YUV 135.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 204 88 198 0 0.57 0.03 0.2 303.1 0.53 0.57
Hex CC 58 C6 0 39 3 14 12F 35 39
Octal 314 130 306 0 71 3 24 457 65 71
Binary 11001100 1011000 11000110 0 111001 11 10100 100101111 110101 111001

Color Harmonies of #CC58C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58C6

Black with #CC58C6

Text Example


Text Example

White with #CC58C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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