Html Css Color HEX #C8257B Medium Violet Red

📋 copy color: '#C8257B'

red 200 ◦ green 37 ◦ blue 123

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

Shades of Medium Violet Red #C8257B

Tints of Medium Violet Red #C8257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.28%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 55.56%
G = 10.28%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8257B (or 0xC8257B) is known color: Medium Violet Red. HEX triplet: C8, 25 and 7B. RGB value is (200,37,123). Sum of RGB (Red+Green+Blue) = 200+37+123=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8257B is #37DA84. Grayscale: #5F5F5F. Windows color (decimal): -3660421 or 8070600. OLE color: 8070600.

HSL color Cylindrical-coordinate representation of color #C8257B: hue angle of 328.34º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8257B is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 123 -
CMYK 0 0.82 0.38 0.22
HSL 328.34º 0.69% 0.46% -
HSV(B) 328.34º 0.82% 0.78% -
XYZ 28.06 15.03 20.16 -
YUV 95.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 200 37 123 0 0.82 0.38 0.22 328.34 0.69 0.46
Hex C8 25 7B 0 52 26 16 148 45 2E
Octal 310 45 173 0 122 46 26 510 105 56
Binary 11001000 100101 1111011 0 1010010 100110 10110 101001000 1000101 101110

Color Harmonies of #C8257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8257B

Black with #C8257B

Text Example


Text Example

White with #C8257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8257B; }

 p { color: rgb(200,37,123); }

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

background-color css

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

 a { background-color: rgb(200,37,123); }

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

border-color css

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

 span { border-color: rgb(200,37,123); }

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