Html Css Color HEX #C0288A Medium Red Violet

📋 copy color: '#C0288A'

red 192 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #C0288A

Tints of Medium Red Violet #C0288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 51.89%
G = 10.81%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0288A (or 0xC0288A) is known color: Medium Red Violet. HEX triplet: C0, 28 and 8A. RGB value is (192,40,138). Sum of RGB (Red+Green+Blue) = 192+40+138=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0288A is #3FD775. Grayscale: #606060. Windows color (decimal): -4183926 or 9054400. OLE color: 9054400.

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

Color convert

RGB 192 40 138 -
CMYK 0 0.79 0.28 0.25
HSL 321.32º 0.66% 0.45% -
HSV(B) 321.32º 0.79% 0.75% -
XYZ 27.08 14.56 25.43 -
YUV 96.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 192 40 138 0 0.79 0.28 0.25 321.32 0.66 0.45
Hex C0 28 8A 0 4F 1C 19 141 42 2D
Octal 300 50 212 0 117 34 31 501 102 55
Binary 11000000 101000 10001010 0 1001111 11100 11001 101000001 1000010 101101

Color Harmonies of #C0288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0288A

Black with #C0288A

Text Example


Text Example

White with #C0288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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