Html Css Color HEX #C81E7A Medium Violet Red

📋 copy color: '#C81E7A'

red 200 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #C81E7A

Tints of Medium Violet Red #C81E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.52%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 56.82%
G = 8.52%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C81E7A (or 0xC81E7A) is known color: Medium Violet Red. HEX triplet: C8, 1E and 7A. RGB value is (200,30,122). Sum of RGB (Red+Green+Blue) = 200+30+122=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E7A is #37E185. Grayscale: #5B5B5B. Windows color (decimal): -3662214 or 8003272. OLE color: 8003272.

HSL color Cylindrical-coordinate representation of color #C81E7A: hue angle of 327.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E7A is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 122 -
CMYK 0 0.85 0.39 0.22
HSL 327.53º 0.74% 0.45% -
HSV(B) 327.53º 0.85% 0.78% -
XYZ 27.8 14.61 19.77 -
YUV 91.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 200 30 122 0 0.85 0.39 0.22 327.53 0.74 0.45
Hex C8 1E 7A 0 55 27 16 148 4A 2D
Octal 310 36 172 0 125 47 26 510 112 55
Binary 11001000 11110 1111010 0 1010101 100111 10110 101001000 1001010 101101

Color Harmonies of #C81E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E7A

Black with #C81E7A

Text Example


Text Example

White with #C81E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E7A; }

 p { color: rgb(200,30,122); }

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

background-color css

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

 a { background-color: rgb(200,30,122); }

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

border-color css

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

 span { border-color: rgb(200,30,122); }

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