Html Css Color HEX #C22D75 Medium Red Violet

📋 copy color: '#C22D75'

red 194 ◦ green 45 ◦ blue 117

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

Shades of Medium Red Violet #C22D75

Tints of Medium Red Violet #C22D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.64%

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

R = 54.49%
G = 12.64%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C22D75 (or 0xC22D75) is known color: Medium Red Violet. HEX triplet: C2, 2D and 75. RGB value is (194,45,117). Sum of RGB (Red+Green+Blue) = 194+45+117=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D75 is #3DD28A. Grayscale: #616161. Windows color (decimal): -4051595 or 7679426. OLE color: 7679426.

HSL color Cylindrical-coordinate representation of color #C22D75: hue angle of 331.01º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D75 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 45 117 -
CMYK 0 0.77 0.40 0.24
HSL 331.01º 0.62% 0.47% -
HSV(B) 331.01º 0.77% 0.76% -
XYZ 26.4 14.63 18.26 -
YUV 97.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 194 45 117 0 0.77 0.40 0.24 331.01 0.62 0.47
Hex C2 2D 75 0 4D 28 18 14B 3E 2F
Octal 302 55 165 0 115 50 30 513 76 57
Binary 11000010 101101 1110101 0 1001101 101000 11000 101001011 111110 101111

Color Harmonies of #C22D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D75

Black with #C22D75

Text Example


Text Example

White with #C22D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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