Html Css Color HEX #C01694 Medium Violet Red

📋 copy color: '#C01694'

red 192 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #C01694

Tints of Medium Violet Red #C01694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 53.04%
G = 6.08%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01694 (or 0xC01694) is known color: Medium Violet Red. HEX triplet: C0, 16 and 94. RGB value is (192,22,148). Sum of RGB (Red+Green+Blue) = 192+22+148=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01694 is #3FE96B. Grayscale: #565656. Windows color (decimal): -4188524 or 9705152. OLE color: 9705152.

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

Color convert

RGB 192 22 148 -
CMYK 0 0.89 0.23 0.25
HSL 315.53º 0.79% 0.42% -
HSV(B) 315.53º 0.89% 0.75% -
XYZ 27.37 13.92 29.26 -
YUV 87.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 192 22 148 0 0.89 0.23 0.25 315.53 0.79 0.42
Hex C0 16 94 0 59 17 19 13C 4F 2A
Octal 300 26 224 0 131 27 31 474 117 52
Binary 11000000 10110 10010100 0 1011001 10111 11001 100111100 1001111 101010

Color Harmonies of #C01694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01694

Black with #C01694

Text Example


Text Example

White with #C01694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01694; }

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

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

background-color css

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

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

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

border-color css

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

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

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