Html Css Color HEX #C0298A Medium Red Violet

📋 copy color: '#C0298A'

red 192 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #C0298A

Tints of Medium Red Violet #C0298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 51.75%
G = 11.05%
B = 37.2%

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

#C0298A (or 0xC0298A) is known color: Medium Red Violet. HEX triplet: C0, 29 and 8A. RGB value is (192,41,138). Sum of RGB (Red+Green+Blue) = 192+41+138=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0298A is #3FD675. Grayscale: #606060. Windows color (decimal): -4183670 or 9054656. OLE color: 9054656.

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

Color convert

RGB 192 41 138 -
CMYK 0 0.79 0.28 0.25
HSL 321.46º 0.65% 0.46% -
HSV(B) 321.46º 0.79% 0.75% -
XYZ 27.12 14.63 25.44 -
YUV 97.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 192 41 138 0 0.79 0.28 0.25 321.46 0.65 0.46
Hex C0 29 8A 0 4F 1C 19 141 41 2E
Octal 300 51 212 0 117 34 31 501 101 56
Binary 11000000 101001 10001010 0 1001111 11100 11001 101000001 1000001 101110

Color Harmonies of #C0298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0298A

Black with #C0298A

Text Example


Text Example

White with #C0298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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