Html Css Color HEX #C81885 Medium Violet Red

📋 copy color: '#C81885'

red 200 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #C81885

Tints of Medium Violet Red #C81885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 56.02%
G = 6.72%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C81885 (or 0xC81885) is known color: Medium Violet Red. HEX triplet: C8, 18 and 85. RGB value is (200,24,133). Sum of RGB (Red+Green+Blue) = 200+24+133=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C81885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81885 is #37E77A. Grayscale: #585858. Windows color (decimal): -3663739 or 8722632. OLE color: 8722632.

HSL color Cylindrical-coordinate representation of color #C81885: hue angle of 322.84º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81885 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 133 -
CMYK 0 0.88 0.34 0.22
HSL 322.84º 0.79% 0.44% -
HSV(B) 322.84º 0.88% 0.78% -
XYZ 28.38 14.63 23.52 -
YUV 89.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 200 24 133 0 0.88 0.34 0.22 322.84 0.79 0.44
Hex C8 18 85 0 58 22 16 143 4F 2C
Octal 310 30 205 0 130 42 26 503 117 54
Binary 11001000 11000 10000101 0 1011000 100010 10110 101000011 1001111 101100

Color Harmonies of #C81885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81885

Black with #C81885

Text Example


Text Example

White with #C81885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81885; }

 p { color: rgb(200,24,133); }

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

background-color css

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

 a { background-color: rgb(200,24,133); }

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

border-color css

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

 span { border-color: rgb(200,24,133); }

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