Html Css Color HEX #C2276B Medium Red Violet

📋 copy color: '#C2276B'

red 194 ◦ green 39 ◦ blue 107

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

Shades of Medium Red Violet #C2276B

Tints of Medium Red Violet #C2276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 57.06%
G = 11.47%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2276B (or 0xC2276B) is known color: Medium Red Violet. HEX triplet: C2, 27 and 6B. RGB value is (194,39,107). Sum of RGB (Red+Green+Blue) = 194+39+107=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2276B is #3DD894. Grayscale: #5C5C5C. Windows color (decimal): -4053141 or 7022530. OLE color: 7022530.

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

Color convert

RGB 194 39 107 -
CMYK 0 0.80 0.45 0.24
HSL 333.68º 0.67% 0.46% -
HSV(B) 333.68º 0.8% 0.76% -
XYZ 25.63 13.98 15.26 -
YUV 93.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 194 39 107 0 0.80 0.45 0.24 333.68 0.67 0.46
Hex C2 27 6B 0 50 2D 18 14E 43 2E
Octal 302 47 153 0 120 55 30 516 103 56
Binary 11000010 100111 1101011 0 1010000 101101 11000 101001110 1000011 101110

Color Harmonies of #C2276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2276B

Black with #C2276B

Text Example


Text Example

White with #C2276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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