Html Css Color HEX #C8267F Medium Violet Red

📋 copy color: '#C8267F'

red 200 ◦ green 38 ◦ blue 127

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

Shades of Medium Violet Red #C8267F

Tints of Medium Violet Red #C8267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 54.79%
G = 10.41%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8267F (or 0xC8267F) is known color: Medium Violet Red. HEX triplet: C8, 26 and 7F. RGB value is (200,38,127). Sum of RGB (Red+Green+Blue) = 200+38+127=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8267F is #37D980. Grayscale: #606060. Windows color (decimal): -3660161 or 8333000. OLE color: 8333000.

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

Color convert

RGB 200 38 127 -
CMYK 0 0.81 0.36 0.22
HSL 327.04º 0.68% 0.47% -
HSV(B) 327.04º 0.81% 0.78% -
XYZ 28.34 15.2 21.52 -
YUV 96.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 200 38 127 0 0.81 0.36 0.22 327.04 0.68 0.47
Hex C8 26 7F 0 51 24 16 147 44 2F
Octal 310 46 177 0 121 44 26 507 104 57
Binary 11001000 100110 1111111 0 1010001 100100 10110 101000111 1000100 101111

Color Harmonies of #C8267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8267F

Black with #C8267F

Text Example


Text Example

White with #C8267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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