Html Css Color HEX #C01693 Medium Violet Red

📋 copy color: '#C01693'

red 192 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #C01693

Tints of Medium Violet Red #C01693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 53.19%
G = 6.09%
B = 40.72%

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

#C01693 (or 0xC01693) is known color: Medium Violet Red. HEX triplet: C0, 16 and 93. RGB value is (192,22,147). Sum of RGB (Red+Green+Blue) = 192+22+147=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C01693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01693 is #3FE96C. Grayscale: #565656. Windows color (decimal): -4188525 or 9639616. OLE color: 9639616.

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

Color convert

RGB 192 22 147 -
CMYK 0 0.89 0.23 0.25
HSL 315.88º 0.79% 0.42% -
HSV(B) 315.88º 0.89% 0.75% -
XYZ 27.29 13.89 28.85 -
YUV 87.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 192 22 147 0 0.89 0.23 0.25 315.88 0.79 0.42
Hex C0 16 93 0 59 17 19 13C 4F 2A
Octal 300 26 223 0 131 27 31 474 117 52
Binary 11000000 10110 10010011 0 1011001 10111 11001 100111100 1001111 101010

Color Harmonies of #C01693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01693

Black with #C01693

Text Example


Text Example

White with #C01693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01693; }

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

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

background-color css

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

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

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

border-color css

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

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

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