Html Css Color HEX #CC057C Medium Violet Red

📋 copy color: '#CC057C'

red 204 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #CC057C

Tints of Medium Violet Red #CC057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 124 (48.83% from 255) = 37.24%

R = 61.26%
G = 1.5%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC057C (or 0xCC057C) is known color: Medium Violet Red. HEX triplet: CC, 05 and 7C. RGB value is (204,5,124). Sum of RGB (Red+Green+Blue) = 204+5+124=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC057C is #33FA83. Grayscale: #4D4D4D. Windows color (decimal): -3406468 or 8127948. OLE color: 8127948.

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

Color convert

RGB 204 5 124 -
CMYK 0 0.98 0.39 0.2
HSL 324.12º 0.95% 0.41% -
HSV(B) 324.12º 0.98% 0.8% -
XYZ 28.59 14.4 20.34 -
YUV 78.07 153.93 217.82 -
System Red Green Blue C M Y K H S L
Decimal 204 5 124 0 0.98 0.39 0.2 324.12 0.95 0.41
Hex CC 5 7C 0 62 27 14 144 5F 29
Octal 314 5 174 0 142 47 24 504 137 51
Binary 11001100 101 1111100 0 1100010 100111 10100 101000100 1011111 101001

Color Harmonies of #CC057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC057C

Black with #CC057C

Text Example


Text Example

White with #CC057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC057C; }

 p { color: rgb(204,5,124); }

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

background-color css

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

 a { background-color: rgb(204,5,124); }

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

border-color css

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

 span { border-color: rgb(204,5,124); }

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