Html Css Color HEX #C4308A Medium Red Violet

📋 copy color: '#C4308A'

red 196 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #C4308A

Tints of Medium Red Violet #C4308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 51.31%
G = 12.57%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4308A (or 0xC4308A) is known color: Medium Red Violet. HEX triplet: C4, 30 and 8A. RGB value is (196,48,138). Sum of RGB (Red+Green+Blue) = 196+48+138=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4308A is #3BCF75. Grayscale: #666666. Windows color (decimal): -3919734 or 9056452. OLE color: 9056452.

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

Color convert

RGB 196 48 138 -
CMYK 0 0.76 0.30 0.23
HSL 323.51º 0.61% 0.48% -
HSV(B) 323.51º 0.76% 0.77% -
XYZ 28.41 15.68 25.57 -
YUV 102.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 196 48 138 0 0.76 0.30 0.23 323.51 0.61 0.48
Hex C4 30 8A 0 4C 1E 17 144 3D 30
Octal 304 60 212 0 114 36 27 504 75 60
Binary 11000100 110000 10001010 0 1001100 11110 10111 101000100 111101 110000

Color Harmonies of #C4308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4308A

Black with #C4308A

Text Example


Text Example

White with #C4308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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