Html Css Color HEX #C8278B Medium Red Violet

📋 copy color: '#C8278B'

red 200 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #C8278B

Tints of Medium Red Violet #C8278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 52.91%
G = 10.32%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8278B (or 0xC8278B) is known color: Medium Red Violet. HEX triplet: C8, 27 and 8B. RGB value is (200,39,139). Sum of RGB (Red+Green+Blue) = 200+39+139=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8278B is #37D874. Grayscale: #626262. Windows color (decimal): -3659893 or 9119688. OLE color: 9119688.

HSL color Cylindrical-coordinate representation of color #C8278B: hue angle of 322.73º 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 #C8278B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 139 -
CMYK 0 0.80 0.30 0.22
HSL 322.73º 0.67% 0.47% -
HSV(B) 322.73º 0.81% 0.78% -
XYZ 29.21 15.59 25.9 -
YUV 98.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 200 39 139 0 0.80 0.30 0.22 322.73 0.67 0.47
Hex C8 27 8B 0 50 1E 16 143 43 2F
Octal 310 47 213 0 120 36 26 503 103 57
Binary 11001000 100111 10001011 0 1010000 11110 10110 101000011 1000011 101111

Color Harmonies of #C8278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8278B

Black with #C8278B

Text Example


Text Example

White with #C8278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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