Html Css Color HEX #C8268B Medium Violet Red

📋 copy color: '#C8268B'

red 200 ◦ green 38 ◦ blue 139

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

Shades of Medium Violet Red #C8268B

Tints of Medium Violet Red #C8268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

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

R = 53.05%
G = 10.08%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8268B (or 0xC8268B) is known color: Medium Violet Red. HEX triplet: C8, 26 and 8B. RGB value is (200,38,139). Sum of RGB (Red+Green+Blue) = 200+38+139=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8268B is #37D974. Grayscale: #616161. Windows color (decimal): -3660149 or 9119432. OLE color: 9119432.

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

Color convert

RGB 200 38 139 -
CMYK 0 0.81 0.30 0.22
HSL 322.59º 0.68% 0.47% -
HSV(B) 322.59º 0.81% 0.78% -
XYZ 29.17 15.53 25.89 -
YUV 97.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 200 38 139 0 0.81 0.30 0.22 322.59 0.68 0.47
Hex C8 26 8B 0 51 1E 16 143 44 2F
Octal 310 46 213 0 121 36 26 503 104 57
Binary 11001000 100110 10001011 0 1010001 11110 10110 101000011 1000100 101111

Color Harmonies of #C8268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8268B

Black with #C8268B

Text Example


Text Example

White with #C8268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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