Html Css Color HEX #C22475 Medium Red Violet

📋 copy color: '#C22475'

red 194 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #C22475

Tints of Medium Red Violet #C22475

RGB

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

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

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

R = 55.91%
G = 10.37%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C22475 (or 0xC22475) is known color: Medium Red Violet. HEX triplet: C2, 24 and 75. RGB value is (194,36,117). Sum of RGB (Red+Green+Blue) = 194+36+117=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22475 is #3DDB8A. Grayscale: #5C5C5C. Windows color (decimal): -4053899 or 7677122. OLE color: 7677122.

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

Color convert

RGB 194 36 117 -
CMYK 0 0.81 0.40 0.24
HSL 329.24º 0.69% 0.45% -
HSV(B) 329.24º 0.81% 0.76% -
XYZ 26.09 14.02 18.16 -
YUV 92.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 194 36 117 0 0.81 0.40 0.24 329.24 0.69 0.45
Hex C2 24 75 0 51 28 18 149 45 2D
Octal 302 44 165 0 121 50 30 511 105 55
Binary 11000010 100100 1110101 0 1010001 101000 11000 101001001 1000101 101101

Color Harmonies of #C22475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22475

Black with #C22475

Text Example


Text Example

White with #C22475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22475; }

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

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

background-color css

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

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

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

border-color css

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

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

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