Html Css Color HEX #C0288E Medium Red Violet

📋 copy color: '#C0288E'

red 192 ◦ green 40 ◦ blue 142

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

Shades of Medium Red Violet #C0288E

Tints of Medium Red Violet #C0288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.7%

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 51.34%
G = 10.7%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0288E (or 0xC0288E) is known color: Medium Red Violet. HEX triplet: C0, 28 and 8E. RGB value is (192,40,142). Sum of RGB (Red+Green+Blue) = 192+40+142=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0288E is #3FD771. Grayscale: #606060. Windows color (decimal): -4183922 or 9316544. OLE color: 9316544.

HSL color Cylindrical-coordinate representation of color #C0288E: hue angle of 319.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0288E is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 142 -
CMYK 0 0.79 0.26 0.25
HSL 319.74º 0.66% 0.45% -
HSV(B) 319.74º 0.79% 0.75% -
XYZ 27.38 14.68 26.98 -
YUV 97.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 192 40 142 0 0.79 0.26 0.25 319.74 0.66 0.45
Hex C0 28 8E 0 4F 1A 19 140 42 2D
Octal 300 50 216 0 117 32 31 500 102 55
Binary 11000000 101000 10001110 0 1001111 11010 11001 101000000 1000010 101101

Color Harmonies of #C0288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0288E

Black with #C0288E

Text Example


Text Example

White with #C0288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0288E; }

 p { color: rgb(192,40,142); }

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

background-color css

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

 a { background-color: rgb(192,40,142); }

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

border-color css

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

 span { border-color: rgb(192,40,142); }

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