Html Css Color HEX #C2267F Medium Red Violet

📋 copy color: '#C2267F'

red 194 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #C2267F

Tints of Medium Red Violet #C2267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 54.04%
G = 10.58%
B = 35.38%

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

#C2267F (or 0xC2267F) is known color: Medium Red Violet. HEX triplet: C2, 26 and 7F. RGB value is (194,38,127). Sum of RGB (Red+Green+Blue) = 194+38+127=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2267F is #3DD980. Grayscale: #5E5E5E. Windows color (decimal): -4053377 or 8332994. OLE color: 8332994.

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

Color convert

RGB 194 38 127 -
CMYK 0 0.80 0.35 0.24
HSL 325.77º 0.67% 0.45% -
HSV(B) 325.77º 0.8% 0.76% -
XYZ 26.77 14.39 21.44 -
YUV 94.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 194 38 127 0 0.80 0.35 0.24 325.77 0.67 0.45
Hex C2 26 7F 0 50 23 18 146 43 2D
Octal 302 46 177 0 120 43 30 506 103 55
Binary 11000010 100110 1111111 0 1010000 100011 11000 101000110 1000011 101101

Color Harmonies of #C2267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2267F

Black with #C2267F

Text Example


Text Example

White with #C2267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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