Html Css Color HEX #C43A7B Medium Red Violet

📋 copy color: '#C43A7B'

red 196 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #C43A7B

Tints of Medium Red Violet #C43A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.38%

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 51.99%
G = 15.38%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C43A7B (or 0xC43A7B) is known color: Medium Red Violet. HEX triplet: C4, 3A and 7B. RGB value is (196,58,123). Sum of RGB (Red+Green+Blue) = 196+58+123=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A7B is #3BC584. Grayscale: #6A6A6A. Windows color (decimal): -3917189 or 8075972. OLE color: 8075972.

HSL color Cylindrical-coordinate representation of color #C43A7B: hue angle of 331.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A7B is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 123 -
CMYK 0 0.70 0.37 0.23
HSL 331.74º 0.54% 0.5% -
HSV(B) 331.74º 0.7% 0.77% -
XYZ 27.85 16.19 20.4 -
YUV 106.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 196 58 123 0 0.70 0.37 0.23 331.74 0.54 0.5
Hex C4 3A 7B 0 46 25 17 14C 36 32
Octal 304 72 173 0 106 45 27 514 66 62
Binary 11000100 111010 1111011 0 1000110 100101 10111 101001100 110110 110010

Color Harmonies of #C43A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A7B

Black with #C43A7B

Text Example


Text Example

White with #C43A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A7B; }

 p { color: rgb(196,58,123); }

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

background-color css

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

 a { background-color: rgb(196,58,123); }

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

border-color css

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

 span { border-color: rgb(196,58,123); }

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