Html Css Color HEX #C8267D Medium Violet Red

📋 copy color: '#C8267D'

red 200 ◦ green 38 ◦ blue 125

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

Shades of Medium Violet Red #C8267D

Tints of Medium Violet Red #C8267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 55.1%
G = 10.47%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8267D (or 0xC8267D) is known color: Medium Violet Red. HEX triplet: C8, 26 and 7D. RGB value is (200,38,125). Sum of RGB (Red+Green+Blue) = 200+38+125=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8267D is #37D982. Grayscale: #606060. Windows color (decimal): -3660163 or 8201928. OLE color: 8201928.

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

Color convert

RGB 200 38 125 -
CMYK 0 0.81 0.38 0.22
HSL 327.78º 0.68% 0.47% -
HSV(B) 327.78º 0.81% 0.78% -
XYZ 28.21 15.15 20.84 -
YUV 96.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 200 38 125 0 0.81 0.38 0.22 327.78 0.68 0.47
Hex C8 26 7D 0 51 26 16 148 44 2F
Octal 310 46 175 0 121 46 26 510 104 57
Binary 11001000 100110 1111101 0 1010001 100110 10110 101001000 1000100 101111

Color Harmonies of #C8267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8267D

Black with #C8267D

Text Example


Text Example

White with #C8267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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