Html Css Color HEX #C0088D Medium Violet Red

📋 copy color: '#C0088D'

red 192 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #C0088D

Tints of Medium Violet Red #C0088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 56.3%
G = 2.35%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0088D (or 0xC0088D) is known color: Medium Violet Red. HEX triplet: C0, 08 and 8D. RGB value is (192,8,141). Sum of RGB (Red+Green+Blue) = 192+8+141=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0088D is #3FF772. Grayscale: #4D4D4D. Windows color (decimal): -4192115 or 9242816. OLE color: 9242816.

HSL color Cylindrical-coordinate representation of color #C0088D: hue angle of 316.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0088D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 141 -
CMYK 0 0.96 0.27 0.25
HSL 316.63º 0.92% 0.39% -
HSV(B) 316.63º 0.96% 0.75% -
XYZ 26.63 13.3 26.36 -
YUV 78.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 192 8 141 0 0.96 0.27 0.25 316.63 0.92 0.39
Hex C0 8 8D 0 60 1B 19 13D 5C 27
Octal 300 10 215 0 140 33 31 475 134 47
Binary 11000000 1000 10001101 0 1100000 11011 11001 100111101 1011100 100111

Color Harmonies of #C0088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0088D

Black with #C0088D

Text Example


Text Example

White with #C0088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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