Html Css Color HEX #C42175 Medium Violet Red

📋 copy color: '#C42175'

red 196 ◦ green 33 ◦ blue 117

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

Shades of Medium Violet Red #C42175

Tints of Medium Violet Red #C42175

RGB

 RED value IS 196 (76.95% from 255) = 56.65%

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 56.65%
G = 9.54%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C42175 (or 0xC42175) is known color: Medium Violet Red. HEX triplet: C4, 21 and 75. RGB value is (196,33,117). Sum of RGB (Red+Green+Blue) = 196+33+117=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C42175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42175 is #3BDE8A. Grayscale: #5B5B5B. Windows color (decimal): -3923595 or 7676356. OLE color: 7676356.

HSL color Cylindrical-coordinate representation of color #C42175: hue angle of 329.08º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42175 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 117 -
CMYK 0 0.83 0.40 0.23
HSL 329.08º 0.71% 0.45% -
HSV(B) 329.08º 0.83% 0.77% -
XYZ 26.52 14.11 18.15 -
YUV 91.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 196 33 117 0 0.83 0.40 0.23 329.08 0.71 0.45
Hex C4 21 75 0 53 28 17 149 47 2D
Octal 304 41 165 0 123 50 27 511 107 55
Binary 11000100 100001 1110101 0 1010011 101000 10111 101001001 1000111 101101

Color Harmonies of #C42175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42175

Black with #C42175

Text Example


Text Example

White with #C42175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42175; }

 p { color: rgb(196,33,117); }

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

background-color css

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

 a { background-color: rgb(196,33,117); }

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

border-color css

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

 span { border-color: rgb(196,33,117); }

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