Html Css Color HEX #C02896 Medium Red Violet

📋 copy color: '#C02896'

red 192 ◦ green 40 ◦ blue 150

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

Shades of Medium Red Violet #C02896

Tints of Medium Red Violet #C02896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.47%

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

R = 50.26%
G = 10.47%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C02896 (or 0xC02896) is known color: Medium Red Violet. HEX triplet: C0, 28 and 96. RGB value is (192,40,150). Sum of RGB (Red+Green+Blue) = 192+40+150=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C02896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02896 is #3FD769. Grayscale: #616161. Windows color (decimal): -4183914 or 9840832. OLE color: 9840832.

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

Color convert

RGB 192 40 150 -
CMYK 0 0.79 0.22 0.25
HSL 316.58º 0.66% 0.45% -
HSV(B) 316.58º 0.79% 0.75% -
XYZ 28 14.93 30.26 -
YUV 97.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 192 40 150 0 0.79 0.22 0.25 316.58 0.66 0.45
Hex C0 28 96 0 4F 16 19 13D 42 2D
Octal 300 50 226 0 117 26 31 475 102 55
Binary 11000000 101000 10010110 0 1001111 10110 11001 100111101 1000010 101101

Color Harmonies of #C02896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02896

Black with #C02896

Text Example


Text Example

White with #C02896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02896; }

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

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

background-color css

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

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

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

border-color css

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

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

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