Html Css Color HEX #C2037D Medium Violet Red

📋 copy color: '#C2037D'

red 194 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #C2037D

Tints of Medium Violet Red #C2037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 60.25%
G = 0.93%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2037D (or 0xC2037D) is known color: Medium Violet Red. HEX triplet: C2, 03 and 7D. RGB value is (194,3,125). Sum of RGB (Red+Green+Blue) = 194+3+125=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2037D is #3DFC82. Grayscale: #494949. Windows color (decimal): -4062339 or 8192962. OLE color: 8192962.

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

Color convert

RGB 194 3 125 -
CMYK 0 0.98 0.36 0.24
HSL 321.68º 0.97% 0.39% -
HSV(B) 321.68º 0.98% 0.76% -
XYZ 25.98 13.02 20.54 -
YUV 74.02 156.78 213.58 -
System Red Green Blue C M Y K H S L
Decimal 194 3 125 0 0.98 0.36 0.24 321.68 0.97 0.39
Hex C2 3 7D 0 62 24 18 142 61 27
Octal 302 3 175 0 142 44 30 502 141 47
Binary 11000010 11 1111101 0 1100010 100100 11000 101000010 1100001 100111

Color Harmonies of #C2037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2037D

Black with #C2037D

Text Example


Text Example

White with #C2037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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