Html Css Color HEX #CC046F Medium Violet Red

📋 copy color: '#CC046F'

red 204 ◦ green 4 ◦ blue 111

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

Shades of Medium Violet Red #CC046F

Tints of Medium Violet Red #CC046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 63.95%
G = 1.25%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC046F (or 0xCC046F) is known color: Medium Violet Red. HEX triplet: CC, 04 and 6F. RGB value is (204,4,111). Sum of RGB (Red+Green+Blue) = 204+4+111=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC046F is #33FB90. Grayscale: #4B4B4B. Windows color (decimal): -3406737 or 7275724. OLE color: 7275724.

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

Color convert

RGB 204 4 111 -
CMYK 0 0.98 0.46 0.2
HSL 327.9º 0.96% 0.41% -
HSV(B) 327.9º 0.98% 0.8% -
XYZ 27.81 14.07 16.29 -
YUV 76 147.76 219.3 -
System Red Green Blue C M Y K H S L
Decimal 204 4 111 0 0.98 0.46 0.2 327.9 0.96 0.41
Hex CC 4 6F 0 62 2E 14 148 60 29
Octal 314 4 157 0 142 56 24 510 140 51
Binary 11001100 100 1101111 0 1100010 101110 10100 101001000 1100000 101001

Color Harmonies of #CC046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC046F

Black with #CC046F

Text Example


Text Example

White with #CC046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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