Html Css Color HEX #C01689 Medium Violet Red

📋 copy color: '#C01689'

red 192 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #C01689

Tints of Medium Violet Red #C01689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 54.7%
G = 6.27%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C01689 (or 0xC01689) is known color: Medium Violet Red. HEX triplet: C0, 16 and 89. RGB value is (192,22,137). Sum of RGB (Red+Green+Blue) = 192+22+137=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C01689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01689 is #3FE976. Grayscale: #555555. Windows color (decimal): -4188535 or 8984256. OLE color: 8984256.

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

Color convert

RGB 192 22 137 -
CMYK 0 0.89 0.29 0.25
HSL 319.41º 0.79% 0.42% -
HSV(B) 319.41º 0.89% 0.75% -
XYZ 26.54 13.59 24.89 -
YUV 85.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 192 22 137 0 0.89 0.29 0.25 319.41 0.79 0.42
Hex C0 16 89 0 59 1D 19 13F 4F 2A
Octal 300 26 211 0 131 35 31 477 117 52
Binary 11000000 10110 10001001 0 1011001 11101 11001 100111111 1001111 101010

Color Harmonies of #C01689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01689

Black with #C01689

Text Example


Text Example

White with #C01689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01689; }

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

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

background-color css

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

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

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

border-color css

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

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

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