Html Css Color HEX #C2207D Medium Violet Red

📋 copy color: '#C2207D'

red 194 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #C2207D

Tints of Medium Violet Red #C2207D

RGB

 RED value IS 194 (76.17% from 255) = 55.27%

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

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

R = 55.27%
G = 9.12%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2207D (or 0xC2207D) is known color: Medium Violet Red. HEX triplet: C2, 20 and 7D. RGB value is (194,32,125). Sum of RGB (Red+Green+Blue) = 194+32+125=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2207D is #3DDF82. Grayscale: #5A5A5A. Windows color (decimal): -4054915 or 8200386. OLE color: 8200386.

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

Color convert

RGB 194 32 125 -
CMYK 0 0.84 0.36 0.24
HSL 325.56º 0.72% 0.44% -
HSV(B) 325.56º 0.84% 0.76% -
XYZ 26.47 13.98 20.71 -
YUV 91.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 194 32 125 0 0.84 0.36 0.24 325.56 0.72 0.44
Hex C2 20 7D 0 54 24 18 146 48 2C
Octal 302 40 175 0 124 44 30 506 110 54
Binary 11000010 100000 1111101 0 1010100 100100 11000 101000110 1001000 101100

Color Harmonies of #C2207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2207D

Black with #C2207D

Text Example


Text Example

White with #C2207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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