Html Css Color HEX #C01683 Medium Violet Red

📋 copy color: '#C01683'

red 192 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #C01683

Tints of Medium Violet Red #C01683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 55.65%
G = 6.38%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01683 (or 0xC01683) is known color: Medium Violet Red. HEX triplet: C0, 16 and 83. RGB value is (192,22,131). Sum of RGB (Red+Green+Blue) = 192+22+131=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01683 is #3FE97C. Grayscale: #545454. Windows color (decimal): -4188541 or 8591040. OLE color: 8591040.

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

Color convert

RGB 192 22 131 -
CMYK 0 0.89 0.32 0.25
HSL 321.53º 0.79% 0.42% -
HSV(B) 321.53º 0.89% 0.75% -
XYZ 26.12 13.42 22.69 -
YUV 85.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 192 22 131 0 0.89 0.32 0.25 321.53 0.79 0.42
Hex C0 16 83 0 59 20 19 142 4F 2A
Octal 300 26 203 0 131 40 31 502 117 52
Binary 11000000 10110 10000011 0 1011001 100000 11001 101000010 1001111 101010

Color Harmonies of #C01683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01683

Black with #C01683

Text Example


Text Example

White with #C01683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01683; }

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

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

background-color css

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

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

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

border-color css

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

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

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