Html Css Color HEX #CC047E Medium Violet Red

📋 copy color: '#CC047E'

red 204 ◦ green 4 ◦ blue 126

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

Shades of Medium Violet Red #CC047E

Tints of Medium Violet Red #CC047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 61.08%
G = 1.2%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC047E (or 0xCC047E) is known color: Medium Violet Red. HEX triplet: CC, 04 and 7E. RGB value is (204,4,126). Sum of RGB (Red+Green+Blue) = 204+4+126=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC047E is #33FB81. Grayscale: #4D4D4D. Windows color (decimal): -3406722 or 8258764. OLE color: 8258764.

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

Color convert

RGB 204 4 126 -
CMYK 0 0.98 0.38 0.2
HSL 323.4º 0.96% 0.41% -
HSV(B) 323.4º 0.98% 0.8% -
XYZ 28.71 14.43 21.01 -
YUV 77.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 204 4 126 0 0.98 0.38 0.2 323.4 0.96 0.41
Hex CC 4 7E 0 62 26 14 143 60 29
Octal 314 4 176 0 142 46 24 503 140 51
Binary 11001100 100 1111110 0 1100010 100110 10100 101000011 1100000 101001

Color Harmonies of #CC047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC047E

Black with #CC047E

Text Example


Text Example

White with #CC047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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