Html Css Color HEX #C2236D Medium Violet Red

📋 copy color: '#C2236D'

red 194 ◦ green 35 ◦ blue 109

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

Shades of Medium Violet Red #C2236D

Tints of Medium Violet Red #C2236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

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

R = 57.4%
G = 10.36%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2236D (or 0xC2236D) is known color: Medium Violet Red. HEX triplet: C2, 23 and 6D. RGB value is (194,35,109). Sum of RGB (Red+Green+Blue) = 194+35+109=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2236D is #3DDC92. Grayscale: #5A5A5A. Windows color (decimal): -4054163 or 7152578. OLE color: 7152578.

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

Color convert

RGB 194 35 109 -
CMYK 0 0.82 0.44 0.24
HSL 332.08º 0.69% 0.45% -
HSV(B) 332.08º 0.82% 0.76% -
XYZ 25.61 13.78 15.78 -
YUV 90.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 194 35 109 0 0.82 0.44 0.24 332.08 0.69 0.45
Hex C2 23 6D 0 52 2C 18 14C 45 2D
Octal 302 43 155 0 122 54 30 514 105 55
Binary 11000010 100011 1101101 0 1010010 101100 11000 101001100 1000101 101101

Color Harmonies of #C2236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2236D

Black with #C2236D

Text Example


Text Example

White with #C2236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2236D; }

 p { color: rgb(194,35,109); }

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

background-color css

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

 a { background-color: rgb(194,35,109); }

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

border-color css

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

 span { border-color: rgb(194,35,109); }

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