Html Css Color HEX #C01698 Medium Violet Red

📋 copy color: '#C01698'

red 192 ◦ green 22 ◦ blue 152

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

Shades of Medium Violet Red #C01698

Tints of Medium Violet Red #C01698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 52.46%
G = 6.01%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01698 (or 0xC01698) is known color: Medium Violet Red. HEX triplet: C0, 16 and 98. RGB value is (192,22,152). Sum of RGB (Red+Green+Blue) = 192+22+152=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C01698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01698 is #3FE967. Grayscale: #575757. Windows color (decimal): -4188520 or 9967296. OLE color: 9967296.

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

Color convert

RGB 192 22 152 -
CMYK 0 0.89 0.21 0.25
HSL 314.12º 0.79% 0.42% -
HSV(B) 314.12º 0.89% 0.75% -
XYZ 27.69 14.05 30.96 -
YUV 87.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 192 22 152 0 0.89 0.21 0.25 314.12 0.79 0.42
Hex C0 16 98 0 59 15 19 13A 4F 2A
Octal 300 26 230 0 131 25 31 472 117 52
Binary 11000000 10110 10011000 0 1011001 10101 11001 100111010 1001111 101010

Color Harmonies of #C01698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01698

Black with #C01698

Text Example


Text Example

White with #C01698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01698; }

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

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

background-color css

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

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

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

border-color css

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

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

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