Html Css Color HEX #C4207D Medium Violet Red

📋 copy color: '#C4207D'

red 196 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #C4207D

Tints of Medium Violet Red #C4207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 55.52%
G = 9.07%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4207D (or 0xC4207D) is known color: Medium Violet Red. HEX triplet: C4, 20 and 7D. RGB value is (196,32,125). Sum of RGB (Red+Green+Blue) = 196+32+125=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4207D is #3BDF82. Grayscale: #5B5B5B. Windows color (decimal): -3923843 or 8200388. OLE color: 8200388.

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

Color convert

RGB 196 32 125 -
CMYK 0 0.84 0.36 0.23
HSL 325.98º 0.72% 0.45% -
HSV(B) 325.98º 0.84% 0.77% -
XYZ 26.98 14.25 20.73 -
YUV 91.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 196 32 125 0 0.84 0.36 0.23 325.98 0.72 0.45
Hex C4 20 7D 0 54 24 17 146 48 2D
Octal 304 40 175 0 124 44 27 506 110 55
Binary 11000100 100000 1111101 0 1010100 100100 10111 101000110 1001000 101101

Color Harmonies of #C4207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4207D

Black with #C4207D

Text Example


Text Example

White with #C4207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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