Html Css Color HEX #C2277F Medium Red Violet

📋 copy color: '#C2277F'

red 194 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #C2277F

Tints of Medium Red Violet #C2277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

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

R = 53.89%
G = 10.83%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2277F (or 0xC2277F) is known color: Medium Red Violet. HEX triplet: C2, 27 and 7F. RGB value is (194,39,127). Sum of RGB (Red+Green+Blue) = 194+39+127=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2277F is #3DD880. Grayscale: #5F5F5F. Windows color (decimal): -4053121 or 8333250. OLE color: 8333250.

HSL color Cylindrical-coordinate representation of color #C2277F: hue angle of 325.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2277F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 127 -
CMYK 0 0.80 0.35 0.24
HSL 325.94º 0.67% 0.46% -
HSV(B) 325.94º 0.8% 0.76% -
XYZ 26.8 14.45 21.46 -
YUV 95.38 145.85 198.34 -
System Red Green Blue C M Y K H S L
Decimal 194 39 127 0 0.80 0.35 0.24 325.94 0.67 0.46
Hex C2 27 7F 0 50 23 18 146 43 2E
Octal 302 47 177 0 120 43 30 506 103 56
Binary 11000010 100111 1111111 0 1010000 100011 11000 101000110 1000011 101110

Color Harmonies of #C2277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2277F

Black with #C2277F

Text Example


Text Example

White with #C2277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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