Html Css Color HEX #C43270 Medium Red Violet

📋 copy color: '#C43270'

red 196 ◦ green 50 ◦ blue 112

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

Shades of Medium Red Violet #C43270

Tints of Medium Red Violet #C43270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 54.75%
G = 13.97%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43270 (or 0xC43270) is known color: Medium Red Violet. HEX triplet: C4, 32 and 70. RGB value is (196,50,112). Sum of RGB (Red+Green+Blue) = 196+50+112=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C43270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43270 is #3BCD8F. Grayscale: #646464. Windows color (decimal): -3919248 or 7353028. OLE color: 7353028.

HSL color Cylindrical-coordinate representation of color #C43270: hue angle of 334.52º 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 #C43270 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 50 112 -
CMYK 0 0.74 0.43 0.23
HSL 334.52º 0.59% 0.48% -
HSV(B) 334.52º 0.74% 0.77% -
XYZ 26.83 15.19 16.85 -
YUV 100.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 196 50 112 0 0.74 0.43 0.23 334.52 0.59 0.48
Hex C4 32 70 0 4A 2B 17 14F 3B 30
Octal 304 62 160 0 112 53 27 517 73 60
Binary 11000100 110010 1110000 0 1001010 101011 10111 101001111 111011 110000

Color Harmonies of #C43270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43270

Black with #C43270

Text Example


Text Example

White with #C43270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43270; }

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

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

background-color css

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

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

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

border-color css

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

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

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