Html Css Color HEX #CC047D Medium Violet Red

📋 copy color: '#CC047D'

red 204 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #CC047D

Tints of Medium Violet Red #CC047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 61.26%
G = 1.2%
B = 37.54%

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

#CC047D (or 0xCC047D) is known color: Medium Violet Red. HEX triplet: CC, 04 and 7D. RGB value is (204,4,125). Sum of RGB (Red+Green+Blue) = 204+4+125=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC047D is #33FB82. Grayscale: #4D4D4D. Windows color (decimal): -3406723 or 8193228. OLE color: 8193228.

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

Color convert

RGB 204 4 125 -
CMYK 0 0.98 0.39 0.2
HSL 323.7º 0.96% 0.41% -
HSV(B) 323.7º 0.98% 0.8% -
XYZ 28.65 14.4 20.67 -
YUV 77.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 204 4 125 0 0.98 0.39 0.2 323.7 0.96 0.41
Hex CC 4 7D 0 62 27 14 144 60 29
Octal 314 4 175 0 142 47 24 504 140 51
Binary 11001100 100 1111101 0 1100010 100111 10100 101000100 1100000 101001

Color Harmonies of #CC047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC047D

Black with #CC047D

Text Example


Text Example

White with #CC047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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