Html Css Color HEX #C81290 Medium Violet Red

📋 copy color: '#C81290'

red 200 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #C81290

Tints of Medium Violet Red #C81290

RGB

 RED value IS 200 (78.52% from 255) = 55.25%

 GREEN value IS 18 (7.42% from 255) = 4.97%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 55.25%
G = 4.97%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C81290 (or 0xC81290) is known color: Medium Violet Red. HEX triplet: C8, 12 and 90. RGB value is (200,18,144). Sum of RGB (Red+Green+Blue) = 200+18+144=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C81290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81290 is #37ED6F. Grayscale: #565656. Windows color (decimal): -3665264 or 9441992. OLE color: 9441992.

HSL color Cylindrical-coordinate representation of color #C81290: hue angle of 318.46º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81290 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 144 -
CMYK 0 0.91 0.28 0.22
HSL 318.46º 0.83% 0.43% -
HSV(B) 318.46º 0.91% 0.78% -
XYZ 29.07 14.73 27.7 -
YUV 86.78 160.3 208.75 -
System Red Green Blue C M Y K H S L
Decimal 200 18 144 0 0.91 0.28 0.22 318.46 0.83 0.43
Hex C8 12 90 0 5B 1C 16 13E 53 2B
Octal 310 22 220 0 133 34 26 476 123 53
Binary 11001000 10010 10010000 0 1011011 11100 10110 100111110 1010011 101011

Color Harmonies of #C81290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81290

Black with #C81290

Text Example


Text Example

White with #C81290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81290; }

 p { color: rgb(200,18,144); }

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

background-color css

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

 a { background-color: rgb(200,18,144); }

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

border-color css

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

 span { border-color: rgb(200,18,144); }

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