Html Css Color HEX #C0246D Medium Red Violet

📋 copy color: '#C0246D'

red 192 ◦ green 36 ◦ blue 109

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

Shades of Medium Red Violet #C0246D

Tints of Medium Red Violet #C0246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 56.97%
G = 10.68%
B = 32.34%

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

#C0246D (or 0xC0246D) is known color: Medium Red Violet. HEX triplet: C0, 24 and 6D. RGB value is (192,36,109). Sum of RGB (Red+Green+Blue) = 192+36+109=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0246D is #3FDB92. Grayscale: #5A5A5A. Windows color (decimal): -4184979 or 7152832. OLE color: 7152832.

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

Color convert

RGB 192 36 109 -
CMYK 0 0.81 0.43 0.25
HSL 331.92º 0.68% 0.45% -
HSV(B) 331.92º 0.81% 0.75% -
XYZ 25.13 13.57 15.76 -
YUV 90.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 192 36 109 0 0.81 0.43 0.25 331.92 0.68 0.45
Hex C0 24 6D 0 51 2B 19 14C 44 2D
Octal 300 44 155 0 121 53 31 514 104 55
Binary 11000000 100100 1101101 0 1010001 101011 11001 101001100 1000100 101101

Color Harmonies of #C0246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0246D

Black with #C0246D

Text Example


Text Example

White with #C0246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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