Html Css Color HEX #C2246F Medium Red Violet

📋 copy color: '#C2246F'

red 194 ◦ green 36 ◦ blue 111

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

Shades of Medium Red Violet #C2246F

Tints of Medium Red Violet #C2246F

RGB

 RED value IS 194 (76.17% from 255) = 56.89%

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

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

R = 56.89%
G = 10.56%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2246F (or 0xC2246F) is known color: Medium Red Violet. HEX triplet: C2, 24 and 6F. RGB value is (194,36,111). Sum of RGB (Red+Green+Blue) = 194+36+111=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2246F is #3DDB90. Grayscale: #5B5B5B. Windows color (decimal): -4053905 or 7283906. OLE color: 7283906.

HSL color Cylindrical-coordinate representation of color #C2246F: hue angle of 331.52º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2246F is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 111 -
CMYK 0 0.81 0.43 0.24
HSL 331.52º 0.69% 0.45% -
HSV(B) 331.52º 0.81% 0.76% -
XYZ 25.75 13.88 16.36 -
YUV 91.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 194 36 111 0 0.81 0.43 0.24 331.52 0.69 0.45
Hex C2 24 6F 0 51 2B 18 14C 45 2D
Octal 302 44 157 0 121 53 30 514 105 55
Binary 11000010 100100 1101111 0 1010001 101011 11000 101001100 1000101 101101

Color Harmonies of #C2246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2246F

Black with #C2246F

Text Example


Text Example

White with #C2246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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