Html Css Color HEX #C01681 Medium Violet Red

📋 copy color: '#C01681'

red 192 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #C01681

Tints of Medium Violet Red #C01681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 55.98%
G = 6.41%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C01681 (or 0xC01681) is known color: Medium Violet Red. HEX triplet: C0, 16 and 81. RGB value is (192,22,129). Sum of RGB (Red+Green+Blue) = 192+22+129=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C01681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01681 is #3FE97E. Grayscale: #545454. Windows color (decimal): -4188543 or 8459968. OLE color: 8459968.

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

Color convert

RGB 192 22 129 -
CMYK 0 0.89 0.33 0.25
HSL 322.24º 0.79% 0.42% -
HSV(B) 322.24º 0.89% 0.75% -
XYZ 25.99 13.37 21.98 -
YUV 85.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 192 22 129 0 0.89 0.33 0.25 322.24 0.79 0.42
Hex C0 16 81 0 59 21 19 142 4F 2A
Octal 300 26 201 0 131 41 31 502 117 52
Binary 11000000 10110 10000001 0 1011001 100001 11001 101000010 1001111 101010

Color Harmonies of #C01681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01681

Black with #C01681

Text Example


Text Example

White with #C01681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01681; }

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

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

background-color css

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

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

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

border-color css

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

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

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