Html Css Color HEX #CC029A Medium Violet Red

📋 copy color: '#CC029A'

red 204 ◦ green 2 ◦ blue 154

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

Shades of Medium Violet Red #CC029A

Tints of Medium Violet Red #CC029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 56.67%
G = 0.56%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC029A (or 0xCC029A) is known color: Medium Violet Red. HEX triplet: CC, 02 and 9A. RGB value is (204,2,154). Sum of RGB (Red+Green+Blue) = 204+2+154=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC029A is #33FD65. Grayscale: #4F4F4F. Windows color (decimal): -3407206 or 10093260. OLE color: 10093260.

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

Color convert

RGB 204 2 154 -
CMYK 0 0.99 0.25 0.2
HSL 314.85º 0.98% 0.4% -
HSV(B) 314.85º 0.99% 0.8% -
XYZ 30.76 15.21 31.89 -
YUV 79.73 169.92 216.64 -
System Red Green Blue C M Y K H S L
Decimal 204 2 154 0 0.99 0.25 0.2 314.85 0.98 0.4
Hex CC 2 9A 0 63 19 14 13B 62 28
Octal 314 2 232 0 143 31 24 473 142 50
Binary 11001100 10 10011010 0 1100011 11001 10100 100111011 1100010 101000

Color Harmonies of #CC029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC029A

Black with #CC029A

Text Example


Text Example

White with #CC029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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