Html Css Color HEX #C8268C Medium Violet Red

📋 copy color: '#C8268C'

red 200 ◦ green 38 ◦ blue 140

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

Shades of Medium Violet Red #C8268C

Tints of Medium Violet Red #C8268C

RGB

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

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

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

R = 52.91%
G = 10.05%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8268C (or 0xC8268C) is known color: Medium Violet Red. HEX triplet: C8, 26 and 8C. RGB value is (200,38,140). Sum of RGB (Red+Green+Blue) = 200+38+140=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8268C is #37D973. Grayscale: #616161. Windows color (decimal): -3660148 or 9184968. OLE color: 9184968.

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

Color convert

RGB 200 38 140 -
CMYK 0 0.81 0.3 0.22
HSL 322.22º 0.68% 0.47% -
HSV(B) 322.22º 0.81% 0.78% -
XYZ 29.25 15.56 26.27 -
YUV 98.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 200 38 140 0 0.81 0.3 0.22 322.22 0.68 0.47
Hex C8 26 8C 0 51 1E 16 142 44 2F
Octal 310 46 214 0 121 36 26 502 104 57
Binary 11001000 100110 10001100 0 1010001 11110 10110 101000010 1000100 101111

Color Harmonies of #C8268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8268C

Black with #C8268C

Text Example


Text Example

White with #C8268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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