Html Css Color HEX #CC037E Medium Violet Red

📋 copy color: '#CC037E'

red 204 ◦ green 3 ◦ blue 126

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

Shades of Medium Violet Red #CC037E

Tints of Medium Violet Red #CC037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 61.26%
G = 0.9%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC037E (or 0xCC037E) is known color: Medium Violet Red. HEX triplet: CC, 03 and 7E. RGB value is (204,3,126). Sum of RGB (Red+Green+Blue) = 204+3+126=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC037E is #33FC81. Grayscale: #4C4C4C. Windows color (decimal): -3406978 or 8258508. OLE color: 8258508.

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

Color convert

RGB 204 3 126 -
CMYK 0 0.99 0.38 0.2
HSL 323.28º 0.97% 0.41% -
HSV(B) 323.28º 0.99% 0.8% -
XYZ 28.7 14.41 21.01 -
YUV 77.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 204 3 126 0 0.99 0.38 0.2 323.28 0.97 0.41
Hex CC 3 7E 0 63 26 14 143 61 29
Octal 314 3 176 0 143 46 24 503 141 51
Binary 11001100 11 1111110 0 1100011 100110 10100 101000011 1100001 101001

Color Harmonies of #CC037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC037E

Black with #CC037E

Text Example


Text Example

White with #CC037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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