Html Css Color HEX #C01670 Medium Violet Red

📋 copy color: '#C01670'

red 192 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #C01670

Tints of Medium Violet Red #C01670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.75%

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

R = 58.9%
G = 6.75%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C01670 (or 0xC01670) is known color: Medium Violet Red. HEX triplet: C0, 16 and 70. RGB value is (192,22,112). Sum of RGB (Red+Green+Blue) = 192+22+112=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01670 is #3FE98F. Grayscale: #525252. Windows color (decimal): -4188560 or 7345856. OLE color: 7345856.

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

Color convert

RGB 192 22 112 -
CMYK 0 0.89 0.42 0.25
HSL 328.24º 0.79% 0.42% -
HSV(B) 328.24º 0.89% 0.75% -
XYZ 24.95 12.95 16.51 -
YUV 83.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 192 22 112 0 0.89 0.42 0.25 328.24 0.79 0.42
Hex C0 16 70 0 59 2A 19 148 4F 2A
Octal 300 26 160 0 131 52 31 510 117 52
Binary 11000000 10110 1110000 0 1011001 101010 11001 101001000 1001111 101010

Color Harmonies of #C01670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01670

Black with #C01670

Text Example


Text Example

White with #C01670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01670; }

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

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

background-color css

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

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

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

border-color css

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

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

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