Html Css Color HEX #CC048A Medium Violet Red

📋 copy color: '#CC048A'

red 204 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #CC048A

Tints of Medium Violet Red #CC048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 58.96%
G = 1.16%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC048A (or 0xCC048A) is known color: Medium Violet Red. HEX triplet: CC, 04 and 8A. RGB value is (204,4,138). Sum of RGB (Red+Green+Blue) = 204+4+138=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC048A is #33FB75. Grayscale: #4E4E4E. Windows color (decimal): -3406710 or 9045196. OLE color: 9045196.

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

Color convert

RGB 204 4 138 -
CMYK 0 0.98 0.32 0.2
HSL 319.8º 0.96% 0.41% -
HSV(B) 319.8º 0.98% 0.8% -
XYZ 29.53 14.76 25.34 -
YUV 79.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 204 4 138 0 0.98 0.32 0.2 319.8 0.96 0.41
Hex CC 4 8A 0 62 20 14 140 60 29
Octal 314 4 212 0 142 40 24 500 140 51
Binary 11001100 100 10001010 0 1100010 100000 10100 101000000 1100000 101001

Color Harmonies of #CC048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC048A

Black with #CC048A

Text Example


Text Example

White with #CC048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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