Html Css Color HEX #C01A90 Medium Violet Red

📋 copy color: '#C01A90'

red 192 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #C01A90

Tints of Medium Violet Red #C01A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 53.04%
G = 7.18%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C01A90 (or 0xC01A90) is known color: Medium Violet Red. HEX triplet: C0, 1A and 90. RGB value is (192,26,144). Sum of RGB (Red+Green+Blue) = 192+26+144=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A90 is #3FE56F. Grayscale: #585858. Windows color (decimal): -4187504 or 9444032. OLE color: 9444032.

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

Color convert

RGB 192 26 144 -
CMYK 0 0.86 0.25 0.25
HSL 317.35º 0.76% 0.43% -
HSV(B) 317.35º 0.86% 0.75% -
XYZ 27.14 13.96 27.65 -
YUV 89.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 192 26 144 0 0.86 0.25 0.25 317.35 0.76 0.43
Hex C0 1A 90 0 56 19 19 13D 4C 2B
Octal 300 32 220 0 126 31 31 475 114 53
Binary 11000000 11010 10010000 0 1010110 11001 11001 100111101 1001100 101011

Color Harmonies of #C01A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A90

Black with #C01A90

Text Example


Text Example

White with #C01A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A90; }

 p { color: rgb(192,26,144); }

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

background-color css

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

 a { background-color: rgb(192,26,144); }

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

border-color css

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

 span { border-color: rgb(192,26,144); }

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