Html Css Color HEX #C0246F Medium Red Violet

📋 copy color: '#C0246F'

red 192 ◦ green 36 ◦ blue 111

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

Shades of Medium Red Violet #C0246F

Tints of Medium Red Violet #C0246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 56.64%
G = 10.62%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0246F (or 0xC0246F) is known color: Medium Red Violet. HEX triplet: C0, 24 and 6F. RGB value is (192,36,111). Sum of RGB (Red+Green+Blue) = 192+36+111=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0246F is #3FDB90. Grayscale: #5B5B5B. Windows color (decimal): -4184977 or 7283904. OLE color: 7283904.

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

Color convert

RGB 192 36 111 -
CMYK 0 0.81 0.42 0.25
HSL 331.15º 0.68% 0.45% -
HSV(B) 331.15º 0.81% 0.75% -
XYZ 25.24 13.62 16.34 -
YUV 91.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 192 36 111 0 0.81 0.42 0.25 331.15 0.68 0.45
Hex C0 24 6F 0 51 2A 19 14B 44 2D
Octal 300 44 157 0 121 52 31 513 104 55
Binary 11000000 100100 1101111 0 1010001 101010 11001 101001011 1000100 101101

Color Harmonies of #C0246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0246F

Black with #C0246F

Text Example


Text Example

White with #C0246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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