Html Css Color HEX #CC58D0 Fuchsia

📋 copy color: '#CC58D0'

red 204 ◦ green 88 ◦ blue 208

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

Shades of Fuchsia #CC58D0

Tints of Fuchsia #CC58D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 40.8%
G = 17.6%
B = 41.6%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC58D0 (or 0xCC58D0) is known color: Fuchsia. HEX triplet: CC, 58 and D0. RGB value is (204,88,208). Sum of RGB (Red+Green+Blue) = 204+88+208=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58D0 is #33A72F. Grayscale: #888888. Windows color (decimal): -3385136 or 13654220. OLE color: 13654220.

HSL color Cylindrical-coordinate representation of color #CC58D0: hue angle of 298º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC58D0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 88 208 -
CMYK 0.02 0.58 0 0.18
HSL 298º 0.56% 0.58% -
HSV(B) 298º 0.58% 0.82% -
XYZ 39.78 24.37 62.28 -
YUV 136.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 204 88 208 0.02 0.58 0 0.18 298 0.56 0.58
Hex CC 58 D0 2 3A 0 12 12A 38 3A
Octal 314 130 320 2 72 0 22 452 70 72
Binary 11001100 1011000 11010000 10 111010 0 10010 100101010 111000 111010

Color Harmonies of #CC58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58D0

Black with #CC58D0

Text Example


Text Example

White with #CC58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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