Html Css Color HEX #C4297D Medium Red Violet

📋 copy color: '#C4297D'

red 196 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #C4297D

Tints of Medium Red Violet #C4297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

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

R = 54.14%
G = 11.33%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4297D (or 0xC4297D) is known color: Medium Red Violet. HEX triplet: C4, 29 and 7D. RGB value is (196,41,125). Sum of RGB (Red+Green+Blue) = 196+41+125=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4297D is #3BD682. Grayscale: #606060. Windows color (decimal): -3921539 or 8202692. OLE color: 8202692.

HSL color Cylindrical-coordinate representation of color #C4297D: hue angle of 327.48º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4297D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 41 125 -
CMYK 0 0.79 0.36 0.23
HSL 327.48º 0.65% 0.46% -
HSV(B) 327.48º 0.79% 0.77% -
XYZ 27.26 14.8 20.82 -
YUV 96.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 196 41 125 0 0.79 0.36 0.23 327.48 0.65 0.46
Hex C4 29 7D 0 4F 24 17 147 41 2E
Octal 304 51 175 0 117 44 27 507 101 56
Binary 11000100 101001 1111101 0 1001111 100100 10111 101000111 1000001 101110

Color Harmonies of #C4297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4297D

Black with #C4297D

Text Example


Text Example

White with #C4297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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