Html Css Color HEX #C43275 Medium Red Violet

📋 copy color: '#C43275'

red 196 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #C43275

Tints of Medium Red Violet #C43275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

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

R = 53.99%
G = 13.77%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C43275 (or 0xC43275) is known color: Medium Red Violet. HEX triplet: C4, 32 and 75. RGB value is (196,50,117). Sum of RGB (Red+Green+Blue) = 196+50+117=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43275 is #3BCD8A. Grayscale: #656565. Windows color (decimal): -3919243 or 7680708. OLE color: 7680708.

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

Color convert

RGB 196 50 117 -
CMYK 0 0.74 0.40 0.23
HSL 332.47º 0.59% 0.48% -
HSV(B) 332.47º 0.74% 0.77% -
XYZ 27.12 15.3 18.35 -
YUV 101.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 196 50 117 0 0.74 0.40 0.23 332.47 0.59 0.48
Hex C4 32 75 0 4A 28 17 14C 3B 30
Octal 304 62 165 0 112 50 27 514 73 60
Binary 11000100 110010 1110101 0 1001010 101000 10111 101001100 111011 110000

Color Harmonies of #C43275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43275

Black with #C43275

Text Example


Text Example

White with #C43275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43275; }

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

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

background-color css

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

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

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

border-color css

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

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

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