Html Css Color HEX #CC049B Medium Violet Red

📋 copy color: '#CC049B'

red 204 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #CC049B

Tints of Medium Violet Red #CC049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 56.2%
G = 1.1%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC049B (or 0xCC049B) is known color: Medium Violet Red. HEX triplet: CC, 04 and 9B. RGB value is (204,4,155). Sum of RGB (Red+Green+Blue) = 204+4+155=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC049B is #33FB64. Grayscale: #505050. Windows color (decimal): -3406693 or 10159308. OLE color: 10159308.

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

Color convert

RGB 204 4 155 -
CMYK 0 0.98 0.24 0.2
HSL 314.7º 0.96% 0.41% -
HSV(B) 314.7º 0.98% 0.8% -
XYZ 30.86 15.29 32.34 -
YUV 81.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 204 4 155 0 0.98 0.24 0.2 314.7 0.96 0.41
Hex CC 4 9B 0 62 18 14 13B 60 29
Octal 314 4 233 0 142 30 24 473 140 51
Binary 11001100 100 10011011 0 1100010 11000 10100 100111011 1100000 101001

Color Harmonies of #CC049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC049B

Black with #CC049B

Text Example


Text Example

White with #CC049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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