Html Css Color HEX #C4207B Medium Violet Red

📋 copy color: '#C4207B'

red 196 ◦ green 32 ◦ blue 123

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

Shades of Medium Violet Red #C4207B

Tints of Medium Violet Red #C4207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 55.84%
G = 9.12%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4207B (or 0xC4207B) is known color: Medium Violet Red. HEX triplet: C4, 20 and 7B. RGB value is (196,32,123). Sum of RGB (Red+Green+Blue) = 196+32+123=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4207B is #3BDF84. Grayscale: #5B5B5B. Windows color (decimal): -3923845 or 8069316. OLE color: 8069316.

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

Color convert

RGB 196 32 123 -
CMYK 0 0.84 0.37 0.23
HSL 326.71º 0.72% 0.45% -
HSV(B) 326.71º 0.84% 0.77% -
XYZ 26.86 14.2 20.06 -
YUV 91.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 196 32 123 0 0.84 0.37 0.23 326.71 0.72 0.45
Hex C4 20 7B 0 54 25 17 147 48 2D
Octal 304 40 173 0 124 45 27 507 110 55
Binary 11000100 100000 1111011 0 1010100 100101 10111 101000111 1001000 101101

Color Harmonies of #C4207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4207B

Black with #C4207B

Text Example


Text Example

White with #C4207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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