Html Css Color HEX #C0246E Medium Red Violet

📋 copy color: '#C0246E'

red 192 ◦ green 36 ◦ blue 110

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

Shades of Medium Red Violet #C0246E

Tints of Medium Red Violet #C0246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 56.8%
G = 10.65%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0246E (or 0xC0246E) is known color: Medium Red Violet. HEX triplet: C0, 24 and 6E. RGB value is (192,36,110). Sum of RGB (Red+Green+Blue) = 192+36+110=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0246E is #3FDB91. Grayscale: #5A5A5A. Windows color (decimal): -4184978 or 7218368. OLE color: 7218368.

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

Color convert

RGB 192 36 110 -
CMYK 0 0.81 0.43 0.25
HSL 331.54º 0.68% 0.45% -
HSV(B) 331.54º 0.81% 0.75% -
XYZ 25.18 13.59 16.05 -
YUV 91.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 192 36 110 0 0.81 0.43 0.25 331.54 0.68 0.45
Hex C0 24 6E 0 51 2B 19 14C 44 2D
Octal 300 44 156 0 121 53 31 514 104 55
Binary 11000000 100100 1101110 0 1010001 101011 11001 101001100 1000100 101101

Color Harmonies of #C0246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0246E

Black with #C0246E

Text Example


Text Example

White with #C0246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0246E; }

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

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

background-color css

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

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

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

border-color css

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

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

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