Html Css Color HEX #C8278C Medium Red Violet

📋 copy color: '#C8278C'

red 200 ◦ green 39 ◦ blue 140

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

Shades of Medium Red Violet #C8278C

Tints of Medium Red Violet #C8278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 52.77%
G = 10.29%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8278C (or 0xC8278C) is known color: Medium Red Violet. HEX triplet: C8, 27 and 8C. RGB value is (200,39,140). Sum of RGB (Red+Green+Blue) = 200+39+140=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8278C is #37D873. Grayscale: #626262. Windows color (decimal): -3659892 or 9185224. OLE color: 9185224.

HSL color Cylindrical-coordinate representation of color #C8278C: hue angle of 322.36º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8278C is Cyan = 0, Magento = 0.80, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 140 -
CMYK 0 0.80 0.3 0.22
HSL 322.36º 0.67% 0.47% -
HSV(B) 322.36º 0.81% 0.78% -
XYZ 29.28 15.62 26.28 -
YUV 98.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 200 39 140 0 0.80 0.3 0.22 322.36 0.67 0.47
Hex C8 27 8C 0 50 1E 16 142 43 2F
Octal 310 47 214 0 120 36 26 502 103 57
Binary 11001000 100111 10001100 0 1010000 11110 10110 101000010 1000011 101111

Color Harmonies of #C8278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8278C

Black with #C8278C

Text Example


Text Example

White with #C8278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8278C; }

 p { color: rgb(200,39,140); }

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

background-color css

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

 a { background-color: rgb(200,39,140); }

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

border-color css

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

 span { border-color: rgb(200,39,140); }

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