Html Css Color HEX #C01770 Medium Violet Red

📋 copy color: '#C01770'

red 192 ◦ green 23 ◦ blue 112

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

Shades of Medium Violet Red #C01770

Tints of Medium Violet Red #C01770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

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

R = 58.72%
G = 7.03%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C01770 (or 0xC01770) is known color: Medium Violet Red. HEX triplet: C0, 17 and 70. RGB value is (192,23,112). Sum of RGB (Red+Green+Blue) = 192+23+112=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C01770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01770 is #3FE88F. Grayscale: #535353. Windows color (decimal): -4188304 or 7346112. OLE color: 7346112.

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

Color convert

RGB 192 23 112 -
CMYK 0 0.88 0.42 0.25
HSL 328.4º 0.79% 0.42% -
HSV(B) 328.4º 0.88% 0.75% -
XYZ 24.97 12.99 16.52 -
YUV 83.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 192 23 112 0 0.88 0.42 0.25 328.4 0.79 0.42
Hex C0 17 70 0 58 2A 19 148 4F 2A
Octal 300 27 160 0 130 52 31 510 117 52
Binary 11000000 10111 1110000 0 1011000 101010 11001 101001000 1001111 101010

Color Harmonies of #C01770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01770

Black with #C01770

Text Example


Text Example

White with #C01770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01770; }

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

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

background-color css

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

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

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

border-color css

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

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

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