Html Css Color HEX #CC048E Medium Violet Red

📋 copy color: '#CC048E'

red 204 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #CC048E

Tints of Medium Violet Red #CC048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 58.29%
G = 1.14%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC048E (or 0xCC048E) is known color: Medium Violet Red. HEX triplet: CC, 04 and 8E. RGB value is (204,4,142). Sum of RGB (Red+Green+Blue) = 204+4+142=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC048E is #33FB71. Grayscale: #4F4F4F. Windows color (decimal): -3406706 or 9307340. OLE color: 9307340.

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

Color convert

RGB 204 4 142 -
CMYK 0 0.98 0.30 0.2
HSL 318.6º 0.96% 0.41% -
HSV(B) 318.6º 0.98% 0.8% -
XYZ 29.83 14.88 26.89 -
YUV 79.53 163.26 216.78 -
System Red Green Blue C M Y K H S L
Decimal 204 4 142 0 0.98 0.30 0.2 318.6 0.96 0.41
Hex CC 4 8E 0 62 1E 14 13F 60 29
Octal 314 4 216 0 142 36 24 477 140 51
Binary 11001100 100 10001110 0 1100010 11110 10100 100111111 1100000 101001

Color Harmonies of #CC048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC048E

Black with #CC048E

Text Example


Text Example

White with #CC048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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