Html Css Color HEX #CC0296 Medium Violet Red

📋 copy color: '#CC0296'

red 204 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #CC0296

Tints of Medium Violet Red #CC0296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 57.3%
G = 0.56%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC0296 (or 0xCC0296) is known color: Medium Violet Red. HEX triplet: CC, 02 and 96. RGB value is (204,2,150). Sum of RGB (Red+Green+Blue) = 204+2+150=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0296 is #33FD69. Grayscale: #4E4E4E. Windows color (decimal): -3407210 or 9831116. OLE color: 9831116.

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

Color convert

RGB 204 2 150 -
CMYK 0 0.99 0.26 0.2
HSL 316.04º 0.98% 0.4% -
HSV(B) 316.04º 0.99% 0.8% -
XYZ 30.43 15.08 30.16 -
YUV 79.27 167.92 216.97 -
System Red Green Blue C M Y K H S L
Decimal 204 2 150 0 0.99 0.26 0.2 316.04 0.98 0.4
Hex CC 2 96 0 63 1A 14 13C 62 28
Octal 314 2 226 0 143 32 24 474 142 50
Binary 11001100 10 10010110 0 1100011 11010 10100 100111100 1100010 101000

Color Harmonies of #CC0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0296

Black with #CC0296

Text Example


Text Example

White with #CC0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0296; }

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

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

background-color css

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

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

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

border-color css

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

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

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