Html Css Color HEX #CC077D Medium Violet Red

📋 copy color: '#CC077D'

red 204 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #CC077D

Tints of Medium Violet Red #CC077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 60.71%
G = 2.08%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC077D (or 0xCC077D) is known color: Medium Violet Red. HEX triplet: CC, 07 and 7D. RGB value is (204,7,125). Sum of RGB (Red+Green+Blue) = 204+7+125=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC077D is #33F882. Grayscale: #4F4F4F. Windows color (decimal): -3405955 or 8193996. OLE color: 8193996.

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

Color convert

RGB 204 7 125 -
CMYK 0 0.97 0.39 0.2
HSL 324.06º 0.93% 0.41% -
HSV(B) 324.06º 0.97% 0.8% -
XYZ 28.68 14.47 20.68 -
YUV 79.36 153.77 216.91 -
System Red Green Blue C M Y K H S L
Decimal 204 7 125 0 0.97 0.39 0.2 324.06 0.93 0.41
Hex CC 7 7D 0 61 27 14 144 5D 29
Octal 314 7 175 0 141 47 24 504 135 51
Binary 11001100 111 1111101 0 1100001 100111 10100 101000100 1011101 101001

Color Harmonies of #CC077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC077D

Black with #CC077D

Text Example


Text Example

White with #CC077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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