Html Css Color HEX #C00272 Medium Violet Red

📋 copy color: '#C00272'

red 192 ◦ green 2 ◦ blue 114

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

Shades of Medium Violet Red #C00272

Tints of Medium Violet Red #C00272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 62.34%
G = 0.65%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C00272 (or 0xC00272) is known color: Medium Violet Red. HEX triplet: C0, 02 and 72. RGB value is (192,2,114). Sum of RGB (Red+Green+Blue) = 192+2+114=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C00272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00272 is #3FFD8D. Grayscale: #474747. Windows color (decimal): -4193678 or 7471808. OLE color: 7471808.

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

Color convert

RGB 192 2 114 -
CMYK 0 0.99 0.41 0.25
HSL 324.63º 0.98% 0.38% -
HSV(B) 324.63º 0.99% 0.75% -
XYZ 24.8 12.46 17.02 -
YUV 71.58 151.95 213.89 -
System Red Green Blue C M Y K H S L
Decimal 192 2 114 0 0.99 0.41 0.25 324.63 0.98 0.38
Hex C0 2 72 0 63 29 19 145 62 26
Octal 300 2 162 0 143 51 31 505 142 46
Binary 11000000 10 1110010 0 1100011 101001 11001 101000101 1100010 100110

Color Harmonies of #C00272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00272

Black with #C00272

Text Example


Text Example

White with #C00272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00272; }

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

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

background-color css

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

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

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

border-color css

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

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

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