Html Css Color HEX #C00883 Medium Violet Red

📋 copy color: '#C00883'

red 192 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #C00883

Tints of Medium Violet Red #C00883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 58.01%
G = 2.42%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C00883 (or 0xC00883) is known color: Medium Violet Red. HEX triplet: C0, 08 and 83. RGB value is (192,8,131). Sum of RGB (Red+Green+Blue) = 192+8+131=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00883 is #3FF77C. Grayscale: #4C4C4C. Windows color (decimal): -4192125 or 8587456. OLE color: 8587456.

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

Color convert

RGB 192 8 131 -
CMYK 0 0.96 0.32 0.25
HSL 319.89º 0.92% 0.39% -
HSV(B) 319.89º 0.96% 0.75% -
XYZ 25.92 13.02 22.62 -
YUV 77.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 192 8 131 0 0.96 0.32 0.25 319.89 0.92 0.39
Hex C0 8 83 0 60 20 19 140 5C 27
Octal 300 10 203 0 140 40 31 500 134 47
Binary 11000000 1000 10000011 0 1100000 100000 11001 101000000 1011100 100111

Color Harmonies of #C00883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00883

Black with #C00883

Text Example


Text Example

White with #C00883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00883; }

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

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

background-color css

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

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

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

border-color css

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

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

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