Html Css Color HEX #CC047C Medium Violet Red

📋 copy color: '#CC047C'

red 204 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #CC047C

Tints of Medium Violet Red #CC047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 61.45%
G = 1.2%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC047C (or 0xCC047C) is known color: Medium Violet Red. HEX triplet: CC, 04 and 7C. RGB value is (204,4,124). Sum of RGB (Red+Green+Blue) = 204+4+124=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC047C is #33FB83. Grayscale: #4D4D4D. Windows color (decimal): -3406724 or 8127692. OLE color: 8127692.

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

Color convert

RGB 204 4 124 -
CMYK 0 0.98 0.39 0.2
HSL 324º 0.96% 0.41% -
HSV(B) 324º 0.98% 0.8% -
XYZ 28.58 14.38 20.34 -
YUV 77.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 204 4 124 0 0.98 0.39 0.2 324 0.96 0.41
Hex CC 4 7C 0 62 27 14 144 60 29
Octal 314 4 174 0 142 47 24 504 140 51
Binary 11001100 100 1111100 0 1100010 100111 10100 101000100 1100000 101001

Color Harmonies of #CC047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC047C

Black with #CC047C

Text Example


Text Example

White with #CC047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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