Html Css Color HEX #C8238C Medium Violet Red

📋 copy color: '#C8238C'

red 200 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #C8238C

Tints of Medium Violet Red #C8238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 53.33%
G = 9.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8238C (or 0xC8238C) is known color: Medium Violet Red. HEX triplet: C8, 23 and 8C. RGB value is (200,35,140). Sum of RGB (Red+Green+Blue) = 200+35+140=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8238C is #37DC73. Grayscale: #606060. Windows color (decimal): -3660916 or 9184200. OLE color: 9184200.

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

Color convert

RGB 200 35 140 -
CMYK 0 0.82 0.3 0.22
HSL 321.82º 0.7% 0.46% -
HSV(B) 321.82º 0.83% 0.78% -
XYZ 29.15 15.37 26.24 -
YUV 96.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 200 35 140 0 0.82 0.3 0.22 321.82 0.7 0.46
Hex C8 23 8C 0 52 1E 16 142 46 2E
Octal 310 43 214 0 122 36 26 502 106 56
Binary 11001000 100011 10001100 0 1010010 11110 10110 101000010 1000110 101110

Color Harmonies of #C8238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8238C

Black with #C8238C

Text Example


Text Example

White with #C8238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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