Html Css Color HEX #C4327D Medium Red Violet

📋 copy color: '#C4327D'

red 196 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #C4327D

Tints of Medium Red Violet #C4327D

RGB

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

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

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

R = 52.83%
G = 13.48%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4327D (or 0xC4327D) is known color: Medium Red Violet. HEX triplet: C4, 32 and 7D. RGB value is (196,50,125). Sum of RGB (Red+Green+Blue) = 196+50+125=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4327D is #3BCD82. Grayscale: #666666. Windows color (decimal): -3919235 or 8204996. OLE color: 8204996.

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

Color convert

RGB 196 50 125 -
CMYK 0 0.74 0.36 0.23
HSL 329.18º 0.59% 0.48% -
HSV(B) 329.18º 0.74% 0.77% -
XYZ 27.61 15.5 20.94 -
YUV 102.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 196 50 125 0 0.74 0.36 0.23 329.18 0.59 0.48
Hex C4 32 7D 0 4A 24 17 149 3B 30
Octal 304 62 175 0 112 44 27 511 73 60
Binary 11000100 110010 1111101 0 1001010 100100 10111 101001001 111011 110000

Color Harmonies of #C4327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4327D

Black with #C4327D

Text Example


Text Example

White with #C4327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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