Html Css Color HEX #CC048C Medium Violet Red

📋 copy color: '#CC048C'

red 204 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #CC048C

Tints of Medium Violet Red #CC048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 58.62%
G = 1.15%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC048C (or 0xCC048C) is known color: Medium Violet Red. HEX triplet: CC, 04 and 8C. RGB value is (204,4,140). Sum of RGB (Red+Green+Blue) = 204+4+140=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC048C is #33FB73. Grayscale: #4E4E4E. Windows color (decimal): -3406708 or 9176268. OLE color: 9176268.

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

Color convert

RGB 204 4 140 -
CMYK 0 0.98 0.31 0.2
HSL 319.2º 0.96% 0.41% -
HSV(B) 319.2º 0.98% 0.8% -
XYZ 29.68 14.82 26.11 -
YUV 79.3 162.26 216.94 -
System Red Green Blue C M Y K H S L
Decimal 204 4 140 0 0.98 0.31 0.2 319.2 0.96 0.41
Hex CC 4 8C 0 62 1F 14 13F 60 29
Octal 314 4 214 0 142 37 24 477 140 51
Binary 11001100 100 10001100 0 1100010 11111 10100 100111111 1100000 101001

Color Harmonies of #CC048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC048C

Black with #CC048C

Text Example


Text Example

White with #CC048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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