Html Css Color HEX #C0269C Medium Red Violet

📋 copy color: '#C0269C'

red 192 ◦ green 38 ◦ blue 156

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

Shades of Medium Red Violet #C0269C

Tints of Medium Red Violet #C0269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 49.74%
G = 9.84%
B = 40.41%

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

#C0269C (or 0xC0269C) is known color: Medium Red Violet. HEX triplet: C0, 26 and 9C. RGB value is (192,38,156). Sum of RGB (Red+Green+Blue) = 192+38+156=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0269C is #3FD963. Grayscale: #616161. Windows color (decimal): -4184420 or 10233536. OLE color: 10233536.

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

Color convert

RGB 192 38 156 -
CMYK 0 0.80 0.19 0.25
HSL 314.03º 0.67% 0.45% -
HSV(B) 314.03º 0.8% 0.75% -
XYZ 28.43 14.99 32.85 -
YUV 97.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 192 38 156 0 0.80 0.19 0.25 314.03 0.67 0.45
Hex C0 26 9C 0 50 13 19 13A 43 2D
Octal 300 46 234 0 120 23 31 472 103 55
Binary 11000000 100110 10011100 0 1010000 10011 11001 100111010 1000011 101101

Color Harmonies of #C0269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0269C

Black with #C0269C

Text Example


Text Example

White with #C0269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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