Html Css Color HEX #CC029D Medium Violet Red

📋 copy color: '#CC029D'

red 204 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #CC029D

Tints of Medium Violet Red #CC029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 56.2%
G = 0.55%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC029D (or 0xCC029D) is known color: Medium Violet Red. HEX triplet: CC, 02 and 9D. RGB value is (204,2,157). Sum of RGB (Red+Green+Blue) = 204+2+157=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC029D is #33FD62. Grayscale: #4F4F4F. Windows color (decimal): -3407203 or 10289868. OLE color: 10289868.

HSL color Cylindrical-coordinate representation of color #CC029D: hue angle of 313.96º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC029D is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 157 -
CMYK 0 0.99 0.23 0.2
HSL 313.96º 0.98% 0.4% -
HSV(B) 313.96º 0.99% 0.8% -
XYZ 31.01 15.32 33.22 -
YUV 80.07 171.42 216.4 -
System Red Green Blue C M Y K H S L
Decimal 204 2 157 0 0.99 0.23 0.2 313.96 0.98 0.4
Hex CC 2 9D 0 63 17 14 13A 62 28
Octal 314 2 235 0 143 27 24 472 142 50
Binary 11001100 10 10011101 0 1100011 10111 10100 100111010 1100010 101000

Color Harmonies of #CC029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC029D

Black with #CC029D

Text Example


Text Example

White with #CC029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC029D; }

 p { color: rgb(204,2,157); }

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

background-color css

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

 a { background-color: rgb(204,2,157); }

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

border-color css

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

 span { border-color: rgb(204,2,157); }

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