Html Css Color HEX #C0288D Medium Red Violet

📋 copy color: '#C0288D'

red 192 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #C0288D

Tints of Medium Red Violet #C0288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 51.47%
G = 10.72%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0288D (or 0xC0288D) is known color: Medium Red Violet. HEX triplet: C0, 28 and 8D. RGB value is (192,40,141). Sum of RGB (Red+Green+Blue) = 192+40+141=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0288D is #3FD772. Grayscale: #606060. Windows color (decimal): -4183923 or 9251008. OLE color: 9251008.

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

Color convert

RGB 192 40 141 -
CMYK 0 0.79 0.27 0.25
HSL 320.13º 0.66% 0.45% -
HSV(B) 320.13º 0.79% 0.75% -
XYZ 27.3 14.65 26.59 -
YUV 96.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 192 40 141 0 0.79 0.27 0.25 320.13 0.66 0.45
Hex C0 28 8D 0 4F 1B 19 140 42 2D
Octal 300 50 215 0 117 33 31 500 102 55
Binary 11000000 101000 10001101 0 1001111 11011 11001 101000000 1000010 101101

Color Harmonies of #C0288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0288D

Black with #C0288D

Text Example


Text Example

White with #C0288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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