Html Css Color HEX #C2269B Medium Red Violet

📋 copy color: '#C2269B'

red 194 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #C2269B

Tints of Medium Red Violet #C2269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 50.13%
G = 9.82%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2269B (or 0xC2269B) is known color: Medium Red Violet. HEX triplet: C2, 26 and 9B. RGB value is (194,38,155). Sum of RGB (Red+Green+Blue) = 194+38+155=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2269B is #3DD964. Grayscale: #616161. Windows color (decimal): -4053349 or 10168002. OLE color: 10168002.

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

Color convert

RGB 194 38 155 -
CMYK 0 0.80 0.20 0.24
HSL 315º 0.67% 0.45% -
HSV(B) 315º 0.8% 0.76% -
XYZ 28.86 15.22 32.43 -
YUV 97.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 194 38 155 0 0.80 0.20 0.24 315 0.67 0.45
Hex C2 26 9B 0 50 14 18 13B 43 2D
Octal 302 46 233 0 120 24 30 473 103 55
Binary 11000010 100110 10011011 0 1010000 10100 11000 100111011 1000011 101101

Color Harmonies of #C2269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2269B

Black with #C2269B

Text Example


Text Example

White with #C2269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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