Html Css Color HEX #C2276E Medium Red Violet

📋 copy color: '#C2276E'

red 194 ◦ green 39 ◦ blue 110

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

Shades of Medium Red Violet #C2276E

Tints of Medium Red Violet #C2276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 56.56%
G = 11.37%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2276E (or 0xC2276E) is known color: Medium Red Violet. HEX triplet: C2, 27 and 6E. RGB value is (194,39,110). Sum of RGB (Red+Green+Blue) = 194+39+110=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2276E is #3DD891. Grayscale: #5D5D5D. Windows color (decimal): -4053138 or 7219138. OLE color: 7219138.

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

Color convert

RGB 194 39 110 -
CMYK 0 0.80 0.43 0.24
HSL 332.52º 0.67% 0.46% -
HSV(B) 332.52º 0.8% 0.76% -
XYZ 25.79 14.05 16.1 -
YUV 93.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 194 39 110 0 0.80 0.43 0.24 332.52 0.67 0.46
Hex C2 27 6E 0 50 2B 18 14D 43 2E
Octal 302 47 156 0 120 53 30 515 103 56
Binary 11000010 100111 1101110 0 1010000 101011 11000 101001101 1000011 101110

Color Harmonies of #C2276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2276E

Black with #C2276E

Text Example


Text Example

White with #C2276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2276E; }

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

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

background-color css

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

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

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

border-color css

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

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

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