Html Css Color HEX #C2337E Medium Red Violet

📋 copy color: '#C2337E'

red 194 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #C2337E

Tints of Medium Red Violet #C2337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 52.29%
G = 13.75%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2337E (or 0xC2337E) is known color: Medium Red Violet. HEX triplet: C2, 33 and 7E. RGB value is (194,51,126). Sum of RGB (Red+Green+Blue) = 194+51+126=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2337E is #3DCC81. Grayscale: #666666. Windows color (decimal): -4050050 or 8270786. OLE color: 8270786.

HSL color Cylindrical-coordinate representation of color #C2337E: hue angle of 328.53º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2337E is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 126 -
CMYK 0 0.74 0.35 0.24
HSL 328.53º 0.58% 0.48% -
HSV(B) 328.53º 0.74% 0.76% -
XYZ 27.2 15.34 21.27 -
YUV 102.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 194 51 126 0 0.74 0.35 0.24 328.53 0.58 0.48
Hex C2 33 7E 0 4A 23 18 149 3A 30
Octal 302 63 176 0 112 43 30 511 72 60
Binary 11000010 110011 1111110 0 1001010 100011 11000 101001001 111010 110000

Color Harmonies of #C2337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2337E

Black with #C2337E

Text Example


Text Example

White with #C2337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2337E; }

 p { color: rgb(194,51,126); }

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

background-color css

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

 a { background-color: rgb(194,51,126); }

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

border-color css

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

 span { border-color: rgb(194,51,126); }

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