Html Css Color HEX #C0269B Medium Red Violet

📋 copy color: '#C0269B'

red 192 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #C0269B

Tints of Medium Red Violet #C0269B

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

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

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

R = 49.87%
G = 9.87%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0269B (or 0xC0269B) is known color: Medium Red Violet. HEX triplet: C0, 26 and 9B. RGB value is (192,38,155). Sum of RGB (Red+Green+Blue) = 192+38+155=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0269B is #3FD964. Grayscale: #616161. Windows color (decimal): -4184421 or 10168000. OLE color: 10168000.

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

Color convert

RGB 192 38 155 -
CMYK 0 0.80 0.19 0.25
HSL 314.42º 0.67% 0.45% -
HSV(B) 314.42º 0.8% 0.75% -
XYZ 28.35 14.96 32.4 -
YUV 97.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 192 38 155 0 0.80 0.19 0.25 314.42 0.67 0.45
Hex C0 26 9B 0 50 13 19 13A 43 2D
Octal 300 46 233 0 120 23 31 472 103 55
Binary 11000000 100110 10011011 0 1010000 10011 11001 100111010 1000011 101101

Color Harmonies of #C0269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0269B

Black with #C0269B

Text Example


Text Example

White with #C0269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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