Html Css Color HEX #C2337A Medium Red Violet

📋 copy color: '#C2337A'

red 194 ◦ green 51 ◦ blue 122

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

Shades of Medium Red Violet #C2337A

Tints of Medium Red Violet #C2337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 52.86%
G = 13.9%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2337A (or 0xC2337A) is known color: Medium Red Violet. HEX triplet: C2, 33 and 7A. RGB value is (194,51,122). Sum of RGB (Red+Green+Blue) = 194+51+122=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2337A is #3DCC85. Grayscale: #656565. Windows color (decimal): -4050054 or 8008642. OLE color: 8008642.

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

Color convert

RGB 194 51 122 -
CMYK 0 0.74 0.37 0.24
HSL 330.21º 0.58% 0.48% -
HSV(B) 330.21º 0.74% 0.76% -
XYZ 26.94 15.24 19.93 -
YUV 101.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 194 51 122 0 0.74 0.37 0.24 330.21 0.58 0.48
Hex C2 33 7A 0 4A 25 18 14A 3A 30
Octal 302 63 172 0 112 45 30 512 72 60
Binary 11000010 110011 1111010 0 1001010 100101 11000 101001010 111010 110000

Color Harmonies of #C2337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2337A

Black with #C2337A

Text Example


Text Example

White with #C2337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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