Html Css Color HEX #C8248B Medium Violet Red

📋 copy color: '#C8248B'

red 200 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #C8248B

Tints of Medium Violet Red #C8248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

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

R = 53.33%
G = 9.6%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8248B (or 0xC8248B) is known color: Medium Violet Red. HEX triplet: C8, 24 and 8B. RGB value is (200,36,139). Sum of RGB (Red+Green+Blue) = 200+36+139=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8248B is #37DB74. Grayscale: #606060. Windows color (decimal): -3660661 or 9118920. OLE color: 9118920.

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

Color convert

RGB 200 36 139 -
CMYK 0 0.82 0.30 0.22
HSL 322.32º 0.69% 0.46% -
HSV(B) 322.32º 0.82% 0.78% -
XYZ 29.11 15.41 25.87 -
YUV 96.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 200 36 139 0 0.82 0.30 0.22 322.32 0.69 0.46
Hex C8 24 8B 0 52 1E 16 142 45 2E
Octal 310 44 213 0 122 36 26 502 105 56
Binary 11001000 100100 10001011 0 1010010 11110 10110 101000010 1000101 101110

Color Harmonies of #C8248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8248B

Black with #C8248B

Text Example


Text Example

White with #C8248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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