Html Css Color HEX #C0249C Medium Violet Red

📋 copy color: '#C0249C'

red 192 ◦ green 36 ◦ blue 156

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

Shades of Medium Violet Red #C0249C

Tints of Medium Violet Red #C0249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 50%
G = 9.38%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0249C (or 0xC0249C) is known color: Medium Violet Red. HEX triplet: C0, 24 and 9C. RGB value is (192,36,156). Sum of RGB (Red+Green+Blue) = 192+36+156=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0249C is #3FDB63. Grayscale: #5F5F5F. Windows color (decimal): -4184932 or 10233024. OLE color: 10233024.

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

Color convert

RGB 192 36 156 -
CMYK 0 0.81 0.19 0.25
HSL 313.85º 0.68% 0.45% -
HSV(B) 313.85º 0.81% 0.75% -
XYZ 28.37 14.87 32.83 -
YUV 96.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 192 36 156 0 0.81 0.19 0.25 313.85 0.68 0.45
Hex C0 24 9C 0 51 13 19 13A 44 2D
Octal 300 44 234 0 121 23 31 472 104 55
Binary 11000000 100100 10011100 0 1010001 10011 11001 100111010 1000100 101101

Color Harmonies of #C0249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0249C

Black with #C0249C

Text Example


Text Example

White with #C0249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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