Html Css Color HEX #C01DA6 Medium Violet Red

📋 copy color: '#C01DA6'

red 192 ◦ green 29 ◦ blue 166

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

Shades of Medium Violet Red #C01DA6

Tints of Medium Violet Red #C01DA6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

 BLUE value IS 166 (65.23% from 255) = 42.89%

R = 49.61%
G = 7.49%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C01DA6 (or 0xC01DA6) is known color: Medium Violet Red. HEX triplet: C0, 1D and A6. RGB value is (192,29,166). Sum of RGB (Red+Green+Blue) = 192+29+166=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DA6 is #3FE259. Grayscale: #5C5C5C. Windows color (decimal): -4186714 or 10886592. OLE color: 10886592.

HSL color Cylindrical-coordinate representation of color #C01DA6: hue angle of 309.57º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01DA6 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 29 166 -
CMYK 0 0.85 0.14 0.25
HSL 309.57º 0.74% 0.43% -
HSV(B) 309.57º 0.85% 0.75% -
XYZ 29.06 14.84 37.41 -
YUV 93.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 192 29 166 0 0.85 0.14 0.25 309.57 0.74 0.43
Hex C0 1D A6 0 55 E 19 136 4A 2B
Octal 300 35 246 0 125 16 31 466 112 53
Binary 11000000 11101 10100110 0 1010101 1110 11001 100110110 1001010 101011

Color Harmonies of #C01DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DA6

Black with #C01DA6

Text Example


Text Example

White with #C01DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DA6; }

 p { color: rgb(192,29,166); }

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

background-color css

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

 a { background-color: rgb(192,29,166); }

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

border-color css

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

 span { border-color: rgb(192,29,166); }

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