Html Css Color HEX #C01898 Medium Violet Red

📋 copy color: '#C01898'

red 192 ◦ green 24 ◦ blue 152

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

Shades of Medium Violet Red #C01898

Tints of Medium Violet Red #C01898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.52%

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 52.17%
G = 6.52%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01898 (or 0xC01898) is known color: Medium Violet Red. HEX triplet: C0, 18 and 98. RGB value is (192,24,152). Sum of RGB (Red+Green+Blue) = 192+24+152=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C01898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01898 is #3FE767. Grayscale: #585858. Windows color (decimal): -4188008 or 9967808. OLE color: 9967808.

HSL color Cylindrical-coordinate representation of color #C01898: hue angle of 314.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01898 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 152 -
CMYK 0 0.88 0.21 0.25
HSL 314.29º 0.78% 0.42% -
HSV(B) 314.29º 0.88% 0.75% -
XYZ 27.73 14.13 30.97 -
YUV 88.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 192 24 152 0 0.88 0.21 0.25 314.29 0.78 0.42
Hex C0 18 98 0 58 15 19 13A 4E 2A
Octal 300 30 230 0 130 25 31 472 116 52
Binary 11000000 11000 10011000 0 1011000 10101 11001 100111010 1001110 101010

Color Harmonies of #C01898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01898

Black with #C01898

Text Example


Text Example

White with #C01898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01898; }

 p { color: rgb(192,24,152); }

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

background-color css

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

 a { background-color: rgb(192,24,152); }

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

border-color css

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

 span { border-color: rgb(192,24,152); }

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