Html Css Color HEX #C4307D Medium Red Violet

📋 copy color: '#C4307D'

red 196 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #C4307D

Tints of Medium Red Violet #C4307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 53.12%
G = 13.01%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4307D (or 0xC4307D) is known color: Medium Red Violet. HEX triplet: C4, 30 and 7D. RGB value is (196,48,125). Sum of RGB (Red+Green+Blue) = 196+48+125=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4307D is #3BCF82. Grayscale: #646464. Windows color (decimal): -3919747 or 8204484. OLE color: 8204484.

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

Color convert

RGB 196 48 125 -
CMYK 0 0.76 0.36 0.23
HSL 328.78º 0.61% 0.48% -
HSV(B) 328.78º 0.76% 0.77% -
XYZ 27.52 15.33 20.91 -
YUV 101.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 196 48 125 0 0.76 0.36 0.23 328.78 0.61 0.48
Hex C4 30 7D 0 4C 24 17 149 3D 30
Octal 304 60 175 0 114 44 27 511 75 60
Binary 11000100 110000 1111101 0 1001100 100100 10111 101001001 111101 110000

Color Harmonies of #C4307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4307D

Black with #C4307D

Text Example


Text Example

White with #C4307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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