Html Css Color HEX #C00B70 Medium Violet Red

📋 copy color: '#C00B70'

red 192 ◦ green 11 ◦ blue 112

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

Shades of Medium Violet Red #C00B70

Tints of Medium Violet Red #C00B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.49%

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

R = 60.95%
G = 3.49%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C00B70 (or 0xC00B70) is known color: Medium Violet Red. HEX triplet: C0, 0B and 70. RGB value is (192,11,112). Sum of RGB (Red+Green+Blue) = 192+11+112=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B70 is #3FF48F. Grayscale: #4C4C4C. Windows color (decimal): -4191376 or 7343040. OLE color: 7343040.

HSL color Cylindrical-coordinate representation of color #C00B70: hue angle of 326.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B70 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 112 -
CMYK 0 0.94 0.42 0.25
HSL 326.52º 0.89% 0.4% -
HSV(B) 326.52º 0.94% 0.75% -
XYZ 24.78 12.62 16.46 -
YUV 76.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 192 11 112 0 0.94 0.42 0.25 326.52 0.89 0.4
Hex C0 B 70 0 5E 2A 19 147 59 28
Octal 300 13 160 0 136 52 31 507 131 50
Binary 11000000 1011 1110000 0 1011110 101010 11001 101000111 1011001 101000

Color Harmonies of #C00B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B70

Black with #C00B70

Text Example


Text Example

White with #C00B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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