Html Css Color HEX #C00F9A Medium Violet Red

📋 copy color: '#C00F9A'

red 192 ◦ green 15 ◦ blue 154

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

Shades of Medium Violet Red #C00F9A

Tints of Medium Violet Red #C00F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 53.19%
G = 4.16%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C00F9A (or 0xC00F9A) is known color: Medium Violet Red. HEX triplet: C0, 0F and 9A. RGB value is (192,15,154). Sum of RGB (Red+Green+Blue) = 192+15+154=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F9A is #3FF065. Grayscale: #535353. Windows color (decimal): -4190310 or 10096576. OLE color: 10096576.

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

Color convert

RGB 192 15 154 -
CMYK 0 0.92 0.20 0.25
HSL 312.88º 0.86% 0.41% -
HSV(B) 312.88º 0.92% 0.75% -
XYZ 27.74 13.88 31.79 -
YUV 83.77 167.64 205.2 -
System Red Green Blue C M Y K H S L
Decimal 192 15 154 0 0.92 0.20 0.25 312.88 0.86 0.41
Hex C0 F 9A 0 5C 14 19 139 56 29
Octal 300 17 232 0 134 24 31 471 126 51
Binary 11000000 1111 10011010 0 1011100 10100 11001 100111001 1010110 101001

Color Harmonies of #C00F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F9A

Black with #C00F9A

Text Example


Text Example

White with #C00F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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