Html Css Color HEX #C4307B Medium Red Violet

📋 copy color: '#C4307B'

red 196 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #C4307B

Tints of Medium Red Violet #C4307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

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

R = 53.41%
G = 13.08%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4307B (or 0xC4307B) is known color: Medium Red Violet. HEX triplet: C4, 30 and 7B. RGB value is (196,48,123). Sum of RGB (Red+Green+Blue) = 196+48+123=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4307B is #3BCF84. Grayscale: #646464. Windows color (decimal): -3919749 or 8073412. OLE color: 8073412.

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

Color convert

RGB 196 48 123 -
CMYK 0 0.76 0.37 0.23
HSL 329.59º 0.61% 0.48% -
HSV(B) 329.59º 0.76% 0.77% -
XYZ 27.4 15.28 20.24 -
YUV 100.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 196 48 123 0 0.76 0.37 0.23 329.59 0.61 0.48
Hex C4 30 7B 0 4C 25 17 14A 3D 30
Octal 304 60 173 0 114 45 27 512 75 60
Binary 11000100 110000 1111011 0 1001100 100101 10111 101001010 111101 110000

Color Harmonies of #C4307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4307B

Black with #C4307B

Text Example


Text Example

White with #C4307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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