Html Css Color HEX #C0249F Medium Violet Red

📋 copy color: '#C0249F'

red 192 ◦ green 36 ◦ blue 159

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

Shades of Medium Violet Red #C0249F

Tints of Medium Violet Red #C0249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.3%

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 49.61%
G = 9.3%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0249F (or 0xC0249F) is known color: Medium Violet Red. HEX triplet: C0, 24 and 9F. RGB value is (192,36,159). Sum of RGB (Red+Green+Blue) = 192+36+159=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0249F is #3FDB60. Grayscale: #606060. Windows color (decimal): -4184929 or 10429632. OLE color: 10429632.

HSL color Cylindrical-coordinate representation of color #C0249F: hue angle of 312.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0249F is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 159 -
CMYK 0 0.81 0.17 0.25
HSL 312.69º 0.68% 0.45% -
HSV(B) 312.69º 0.81% 0.75% -
XYZ 28.63 14.97 34.18 -
YUV 96.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 192 36 159 0 0.81 0.17 0.25 312.69 0.68 0.45
Hex C0 24 9F 0 51 11 19 139 44 2D
Octal 300 44 237 0 121 21 31 471 104 55
Binary 11000000 100100 10011111 0 1010001 10001 11001 100111001 1000100 101101

Color Harmonies of #C0249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0249F

Black with #C0249F

Text Example


Text Example

White with #C0249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0249F; }

 p { color: rgb(192,36,159); }

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

background-color css

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

 a { background-color: rgb(192,36,159); }

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

border-color css

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

 span { border-color: rgb(192,36,159); }

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