Html Css Color HEX #C00296 Medium Violet Red

📋 copy color: '#C00296'

red 192 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #C00296

Tints of Medium Violet Red #C00296

RGB

 RED value IS 192 (75.39% from 255) = 55.81%

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

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

R = 55.81%
G = 0.58%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C00296 (or 0xC00296) is known color: Medium Violet Red. HEX triplet: C0, 02 and 96. RGB value is (192,2,150). Sum of RGB (Red+Green+Blue) = 192+2+150=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C00296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00296 is #3FFD69. Grayscale: #4B4B4B. Windows color (decimal): -4193642 or 9831104. OLE color: 9831104.

HSL color Cylindrical-coordinate representation of color #C00296: hue angle of 313.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00296 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 150 -
CMYK 0 0.99 0.22 0.25
HSL 313.26º 0.98% 0.38% -
HSV(B) 313.26º 0.99% 0.75% -
XYZ 27.26 13.45 30.01 -
YUV 75.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 192 2 150 0 0.99 0.22 0.25 313.26 0.98 0.38
Hex C0 2 96 0 63 16 19 139 62 26
Octal 300 2 226 0 143 26 31 471 142 46
Binary 11000000 10 10010110 0 1100011 10110 11001 100111001 1100010 100110

Color Harmonies of #C00296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00296

Black with #C00296

Text Example


Text Example

White with #C00296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00296; }

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

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

background-color css

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

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

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

border-color css

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

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

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