Html Css Color HEX #C8238D Medium Violet Red

📋 copy color: '#C8238D'

red 200 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #C8238D

Tints of Medium Violet Red #C8238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.31%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 53.19%
G = 9.31%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8238D (or 0xC8238D) is known color: Medium Violet Red. HEX triplet: C8, 23 and 8D. RGB value is (200,35,141). Sum of RGB (Red+Green+Blue) = 200+35+141=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8238D is #37DC72. Grayscale: #606060. Windows color (decimal): -3660915 or 9249736. OLE color: 9249736.

HSL color Cylindrical-coordinate representation of color #C8238D: hue angle of 321.45º degrees, saturation: 0.7, 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 #C8238D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 141 -
CMYK 0 0.82 0.29 0.22
HSL 321.45º 0.7% 0.46% -
HSV(B) 321.45º 0.83% 0.78% -
XYZ 29.23 15.4 26.63 -
YUV 96.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 200 35 141 0 0.82 0.29 0.22 321.45 0.7 0.46
Hex C8 23 8D 0 52 1D 16 141 46 2E
Octal 310 43 215 0 122 35 26 501 106 56
Binary 11001000 100011 10001101 0 1010010 11101 10110 101000001 1000110 101110

Color Harmonies of #C8238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8238D

Black with #C8238D

Text Example


Text Example

White with #C8238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8238D; }

 p { color: rgb(200,35,141); }

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

background-color css

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

 a { background-color: rgb(200,35,141); }

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

border-color css

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

 span { border-color: rgb(200,35,141); }

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