Html Css Color HEX #CC048D Medium Violet Red

📋 copy color: '#CC048D'

red 204 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #CC048D

Tints of Medium Violet Red #CC048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 58.45%
G = 1.15%
B = 40.4%

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

#CC048D (or 0xCC048D) is known color: Medium Violet Red. HEX triplet: CC, 04 and 8D. RGB value is (204,4,141). Sum of RGB (Red+Green+Blue) = 204+4+141=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC048D is #33FB72. Grayscale: #4F4F4F. Windows color (decimal): -3406707 or 9241804. OLE color: 9241804.

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

Color convert

RGB 204 4 141 -
CMYK 0 0.98 0.31 0.2
HSL 318.9º 0.96% 0.41% -
HSV(B) 318.9º 0.98% 0.8% -
XYZ 29.75 14.85 26.5 -
YUV 79.42 162.76 216.86 -
System Red Green Blue C M Y K H S L
Decimal 204 4 141 0 0.98 0.31 0.2 318.9 0.96 0.41
Hex CC 4 8D 0 62 1F 14 13F 60 29
Octal 314 4 215 0 142 37 24 477 140 51
Binary 11001100 100 10001101 0 1100010 11111 10100 100111111 1100000 101001

Color Harmonies of #CC048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC048D

Black with #CC048D

Text Example


Text Example

White with #CC048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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