Html Css Color HEX #CC037C Medium Violet Red

📋 copy color: '#CC037C'

red 204 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #CC037C

Tints of Medium Violet Red #CC037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 61.63%
G = 0.91%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC037C (or 0xCC037C) is known color: Medium Violet Red. HEX triplet: CC, 03 and 7C. RGB value is (204,3,124). Sum of RGB (Red+Green+Blue) = 204+3+124=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC037C is #33FC83. Grayscale: #4C4C4C. Windows color (decimal): -3406980 or 8127436. OLE color: 8127436.

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

Color convert

RGB 204 3 124 -
CMYK 0 0.99 0.39 0.2
HSL 323.88º 0.97% 0.41% -
HSV(B) 323.88º 0.99% 0.8% -
XYZ 28.57 14.36 20.33 -
YUV 76.89 154.59 218.66 -
System Red Green Blue C M Y K H S L
Decimal 204 3 124 0 0.99 0.39 0.2 323.88 0.97 0.41
Hex CC 3 7C 0 63 27 14 144 61 29
Octal 314 3 174 0 143 47 24 504 141 51
Binary 11001100 11 1111100 0 1100011 100111 10100 101000100 1100001 101001

Color Harmonies of #CC037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC037C

Black with #CC037C

Text Example


Text Example

White with #CC037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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