Html Css Color HEX #CC049A Medium Violet Red

📋 copy color: '#CC049A'

red 204 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #CC049A

Tints of Medium Violet Red #CC049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 56.35%
G = 1.1%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC049A (or 0xCC049A) is known color: Medium Violet Red. HEX triplet: CC, 04 and 9A. RGB value is (204,4,154). Sum of RGB (Red+Green+Blue) = 204+4+154=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC049A is #33FB65. Grayscale: #505050. Windows color (decimal): -3406694 or 10093772. OLE color: 10093772.

HSL color Cylindrical-coordinate representation of color #CC049A: hue angle of 315º degrees, saturation: 0.96, 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 #CC049A is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 154 -
CMYK 0 0.98 0.25 0.2
HSL 315º 0.96% 0.41% -
HSV(B) 315º 0.98% 0.8% -
XYZ 30.78 15.26 31.89 -
YUV 80.9 169.26 215.8 -
System Red Green Blue C M Y K H S L
Decimal 204 4 154 0 0.98 0.25 0.2 315 0.96 0.41
Hex CC 4 9A 0 62 19 14 13B 60 29
Octal 314 4 232 0 142 31 24 473 140 51
Binary 11001100 100 10011010 0 1100010 11001 10100 100111011 1100000 101001

Color Harmonies of #CC049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC049A

Black with #CC049A

Text Example


Text Example

White with #CC049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC049A; }

 p { color: rgb(204,4,154); }

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

background-color css

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

 a { background-color: rgb(204,4,154); }

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

border-color css

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

 span { border-color: rgb(204,4,154); }

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