Html Css Color HEX #C2337F Medium Red Violet

📋 copy color: '#C2337F'

red 194 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #C2337F

Tints of Medium Red Violet #C2337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.14%

R = 52.15%
G = 13.71%
B = 34.14%

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

#C2337F (or 0xC2337F) is known color: Medium Red Violet. HEX triplet: C2, 33 and 7F. RGB value is (194,51,127). Sum of RGB (Red+Green+Blue) = 194+51+127=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2337F is #3DCC80. Grayscale: #666666. Windows color (decimal): -4050049 or 8336322. OLE color: 8336322.

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

Color convert

RGB 194 51 127 -
CMYK 0 0.74 0.35 0.24
HSL 328.11º 0.58% 0.48% -
HSV(B) 328.11º 0.74% 0.76% -
XYZ 27.26 15.37 21.61 -
YUV 102.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 194 51 127 0 0.74 0.35 0.24 328.11 0.58 0.48
Hex C2 33 7F 0 4A 23 18 148 3A 30
Octal 302 63 177 0 112 43 30 510 72 60
Binary 11000010 110011 1111111 0 1001010 100011 11000 101001000 111010 110000

Color Harmonies of #C2337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2337F

Black with #C2337F

Text Example


Text Example

White with #C2337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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