Html Css Color HEX #C2269F Medium Red Violet

📋 copy color: '#C2269F'

red 194 ◦ green 38 ◦ blue 159

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

Shades of Medium Red Violet #C2269F

Tints of Medium Red Violet #C2269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 49.62%
G = 9.72%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2269F (or 0xC2269F) is known color: Medium Red Violet. HEX triplet: C2, 26 and 9F. RGB value is (194,38,159). Sum of RGB (Red+Green+Blue) = 194+38+159=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2269F is #3DD960. Grayscale: #626262. Windows color (decimal): -4053345 or 10430146. OLE color: 10430146.

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

Color convert

RGB 194 38 159 -
CMYK 0 0.80 0.18 0.24
HSL 313.46º 0.67% 0.45% -
HSV(B) 313.46º 0.8% 0.76% -
XYZ 29.2 15.36 34.23 -
YUV 98.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 194 38 159 0 0.80 0.18 0.24 313.46 0.67 0.45
Hex C2 26 9F 0 50 12 18 139 43 2D
Octal 302 46 237 0 120 22 30 471 103 55
Binary 11000010 100110 10011111 0 1010000 10010 11000 100111001 1000011 101101

Color Harmonies of #C2269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2269F

Black with #C2269F

Text Example


Text Example

White with #C2269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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