Html Css Color HEX #CC0788 Medium Violet Red

📋 copy color: '#CC0788'

red 204 ◦ green 7 ◦ blue 136

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

Shades of Medium Violet Red #CC0788

Tints of Medium Violet Red #CC0788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 58.79%
G = 2.02%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC0788 (or 0xCC0788) is known color: Medium Violet Red. HEX triplet: CC, 07 and 88. RGB value is (204,7,136). Sum of RGB (Red+Green+Blue) = 204+7+136=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0788 is #33F877. Grayscale: #505050. Windows color (decimal): -3405944 or 8914892. OLE color: 8914892.

HSL color Cylindrical-coordinate representation of color #CC0788: hue angle of 320.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0788 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 136 -
CMYK 0 0.97 0.33 0.2
HSL 320.71º 0.93% 0.41% -
HSV(B) 320.71º 0.97% 0.8% -
XYZ 29.42 14.77 24.59 -
YUV 80.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 204 7 136 0 0.97 0.33 0.2 320.71 0.93 0.41
Hex CC 7 88 0 61 21 14 141 5D 29
Octal 314 7 210 0 141 41 24 501 135 51
Binary 11001100 111 10001000 0 1100001 100001 10100 101000001 1011101 101001

Color Harmonies of #CC0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0788

Black with #CC0788

Text Example


Text Example

White with #CC0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0788; }

 p { color: rgb(204,7,136); }

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

background-color css

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

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

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

border-color css

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

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

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