Html Css Color HEX #C0296B Medium Red Violet

📋 copy color: '#C0296B'

red 192 ◦ green 41 ◦ blue 107

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

Shades of Medium Red Violet #C0296B

Tints of Medium Red Violet #C0296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 56.47%
G = 12.06%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0296B (or 0xC0296B) is known color: Medium Red Violet. HEX triplet: C0, 29 and 6B. RGB value is (192,41,107). Sum of RGB (Red+Green+Blue) = 192+41+107=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0296B is #3FD694. Grayscale: #5D5D5D. Windows color (decimal): -4183701 or 7023040. OLE color: 7023040.

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

Color convert

RGB 192 41 107 -
CMYK 0 0.79 0.44 0.25
HSL 333.77º 0.65% 0.46% -
HSV(B) 333.77º 0.79% 0.75% -
XYZ 25.19 13.85 15.26 -
YUV 93.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 192 41 107 0 0.79 0.44 0.25 333.77 0.65 0.46
Hex C0 29 6B 0 4F 2C 19 14E 41 2E
Octal 300 51 153 0 117 54 31 516 101 56
Binary 11000000 101001 1101011 0 1001111 101100 11001 101001110 1000001 101110

Color Harmonies of #C0296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0296B

Black with #C0296B

Text Example


Text Example

White with #C0296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0296B; }

 p { color: rgb(192,41,107); }

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

background-color css

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

 a { background-color: rgb(192,41,107); }

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

border-color css

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

 span { border-color: rgb(192,41,107); }

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