Html Css Color HEX #CC037A Medium Violet Red

📋 copy color: '#CC037A'

red 204 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #CC037A

Tints of Medium Violet Red #CC037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 62.01%
G = 0.91%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC037A (or 0xCC037A) is known color: Medium Violet Red. HEX triplet: CC, 03 and 7A. RGB value is (204,3,122). Sum of RGB (Red+Green+Blue) = 204+3+122=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC037A is #33FC85. Grayscale: #4C4C4C. Windows color (decimal): -3406982 or 7996364. OLE color: 7996364.

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

Color convert

RGB 204 3 122 -
CMYK 0 0.99 0.40 0.2
HSL 324.48º 0.97% 0.41% -
HSV(B) 324.48º 0.99% 0.8% -
XYZ 28.45 14.31 19.67 -
YUV 76.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 204 3 122 0 0.99 0.40 0.2 324.48 0.97 0.41
Hex CC 3 7A 0 63 28 14 144 61 29
Octal 314 3 172 0 143 50 24 504 141 51
Binary 11001100 11 1111010 0 1100011 101000 10100 101000100 1100001 101001

Color Harmonies of #CC037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC037A

Black with #CC037A

Text Example


Text Example

White with #CC037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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