Html Css Color HEX #C00270 Medium Violet Red

📋 copy color: '#C00270'

red 192 ◦ green 2 ◦ blue 112

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

Shades of Medium Violet Red #C00270

Tints of Medium Violet Red #C00270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 62.75%
G = 0.65%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C00270 (or 0xC00270) is known color: Medium Violet Red. HEX triplet: C0, 02 and 70. RGB value is (192,2,112). Sum of RGB (Red+Green+Blue) = 192+2+112=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C00270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00270 is #3FFD8F. Grayscale: #474747. Windows color (decimal): -4193680 or 7340736. OLE color: 7340736.

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

Color convert

RGB 192 2 112 -
CMYK 0 0.99 0.42 0.25
HSL 325.26º 0.98% 0.38% -
HSV(B) 325.26º 0.99% 0.75% -
XYZ 24.68 12.42 16.43 -
YUV 71.35 150.95 214.06 -
System Red Green Blue C M Y K H S L
Decimal 192 2 112 0 0.99 0.42 0.25 325.26 0.98 0.38
Hex C0 2 70 0 63 2A 19 145 62 26
Octal 300 2 160 0 143 52 31 505 142 46
Binary 11000000 10 1110000 0 1100011 101010 11001 101000101 1100010 100110

Color Harmonies of #C00270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00270

Black with #C00270

Text Example


Text Example

White with #C00270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00270; }

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

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

background-color css

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

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

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

border-color css

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

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

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