Html Css Color HEX #C00FA6 Medium Violet Red

📋 copy color: '#C00FA6'

red 192 ◦ green 15 ◦ blue 166

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

Shades of Medium Violet Red #C00FA6

Tints of Medium Violet Red #C00FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.02%

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

R = 51.47%
G = 4.02%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C00FA6 (or 0xC00FA6) is known color: Medium Violet Red. HEX triplet: C0, 0F and A6. RGB value is (192,15,166). Sum of RGB (Red+Green+Blue) = 192+15+166=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00FA6 is #3FF059. Grayscale: #545454. Windows color (decimal): -4190298 or 10883008. OLE color: 10883008.

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

Color convert

RGB 192 15 166 -
CMYK 0 0.92 0.14 0.25
HSL 308.81º 0.86% 0.41% -
HSV(B) 308.81º 0.92% 0.75% -
XYZ 28.79 14.3 37.32 -
YUV 85.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 192 15 166 0 0.92 0.14 0.25 308.81 0.86 0.41
Hex C0 F A6 0 5C E 19 135 56 29
Octal 300 17 246 0 134 16 31 465 126 51
Binary 11000000 1111 10100110 0 1011100 1110 11001 100110101 1010110 101001

Color Harmonies of #C00FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FA6

Black with #C00FA6

Text Example


Text Example

White with #C00FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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