Html Css Color HEX #C00295 Medium Violet Red

📋 copy color: '#C00295'

red 192 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #C00295

Tints of Medium Violet Red #C00295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 55.98%
G = 0.58%
B = 43.44%

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

#C00295 (or 0xC00295) is known color: Medium Violet Red. HEX triplet: C0, 02 and 95. RGB value is (192,2,149). Sum of RGB (Red+Green+Blue) = 192+2+149=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C00295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00295 is #3FFD6A. Grayscale: #4B4B4B. Windows color (decimal): -4193643 or 9765568. OLE color: 9765568.

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

Color convert

RGB 192 2 149 -
CMYK 0 0.99 0.22 0.25
HSL 313.58º 0.98% 0.38% -
HSV(B) 313.58º 0.99% 0.75% -
XYZ 27.18 13.42 29.59 -
YUV 75.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 192 2 149 0 0.99 0.22 0.25 313.58 0.98 0.38
Hex C0 2 95 0 63 16 19 13A 62 26
Octal 300 2 225 0 143 26 31 472 142 46
Binary 11000000 10 10010101 0 1100011 10110 11001 100111010 1100010 100110

Color Harmonies of #C00295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00295

Black with #C00295

Text Example


Text Example

White with #C00295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00295; }

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

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

background-color css

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

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

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

border-color css

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

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

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