Html Css Color HEX #C22375 Medium Violet Red

📋 copy color: '#C22375'

red 194 ◦ green 35 ◦ blue 117

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

Shades of Medium Violet Red #C22375

Tints of Medium Violet Red #C22375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 56.07%
G = 10.12%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C22375 (or 0xC22375) is known color: Medium Violet Red. HEX triplet: C2, 23 and 75. RGB value is (194,35,117). Sum of RGB (Red+Green+Blue) = 194+35+117=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C22375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22375 is #3DDC8A. Grayscale: #5B5B5B. Windows color (decimal): -4054155 or 7676866. OLE color: 7676866.

HSL color Cylindrical-coordinate representation of color #C22375: hue angle of 329.06º 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 #C22375 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 117 -
CMYK 0 0.82 0.40 0.24
HSL 329.06º 0.69% 0.45% -
HSV(B) 329.06º 0.82% 0.76% -
XYZ 26.06 13.96 18.15 -
YUV 91.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 194 35 117 0 0.82 0.40 0.24 329.06 0.69 0.45
Hex C2 23 75 0 52 28 18 149 45 2D
Octal 302 43 165 0 122 50 30 511 105 55
Binary 11000010 100011 1110101 0 1010010 101000 11000 101001001 1000101 101101

Color Harmonies of #C22375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22375

Black with #C22375

Text Example


Text Example

White with #C22375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22375; }

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

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

background-color css

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

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

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

border-color css

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

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

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