Html Css Color HEX #C0288F Medium Red Violet

📋 copy color: '#C0288F'

red 192 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #C0288F

Tints of Medium Red Violet #C0288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 51.2%
G = 10.67%
B = 38.13%

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

#C0288F (or 0xC0288F) is known color: Medium Red Violet. HEX triplet: C0, 28 and 8F. RGB value is (192,40,143). Sum of RGB (Red+Green+Blue) = 192+40+143=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0288F is #3FD770. Grayscale: #606060. Windows color (decimal): -4183921 or 9382080. OLE color: 9382080.

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

Color convert

RGB 192 40 143 -
CMYK 0 0.79 0.26 0.25
HSL 319.34º 0.66% 0.45% -
HSV(B) 319.34º 0.79% 0.75% -
XYZ 27.45 14.71 27.38 -
YUV 97.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 192 40 143 0 0.79 0.26 0.25 319.34 0.66 0.45
Hex C0 28 8F 0 4F 1A 19 13F 42 2D
Octal 300 50 217 0 117 32 31 477 102 55
Binary 11000000 101000 10001111 0 1001111 11010 11001 100111111 1000010 101101

Color Harmonies of #C0288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0288F

Black with #C0288F

Text Example


Text Example

White with #C0288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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