Html Css Color HEX #C01678 Medium Violet Red

📋 copy color: '#C01678'

red 192 ◦ green 22 ◦ blue 120

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

Shades of Medium Violet Red #C01678

Tints of Medium Violet Red #C01678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 57.49%
G = 6.59%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C01678 (or 0xC01678) is known color: Medium Violet Red. HEX triplet: C0, 16 and 78. RGB value is (192,22,120). Sum of RGB (Red+Green+Blue) = 192+22+120=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C01678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01678 is #3FE987. Grayscale: #535353. Windows color (decimal): -4188552 or 7870144. OLE color: 7870144.

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

Color convert

RGB 192 22 120 -
CMYK 0 0.89 0.38 0.25
HSL 325.41º 0.79% 0.42% -
HSV(B) 325.41º 0.89% 0.75% -
XYZ 25.42 13.14 18.97 -
YUV 84 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 192 22 120 0 0.89 0.38 0.25 325.41 0.79 0.42
Hex C0 16 78 0 59 26 19 145 4F 2A
Octal 300 26 170 0 131 46 31 505 117 52
Binary 11000000 10110 1111000 0 1011001 100110 11001 101000101 1001111 101010

Color Harmonies of #C01678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01678

Black with #C01678

Text Example


Text Example

White with #C01678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01678; }

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

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

background-color css

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

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

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

border-color css

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

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

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