Html Css Color HEX #C8358C Medium Red Violet

📋 copy color: '#C8358C'

red 200 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #C8358C

Tints of Medium Red Violet #C8358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.49%

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

R = 50.89%
G = 13.49%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8358C (or 0xC8358C) is known color: Medium Red Violet. HEX triplet: C8, 35 and 8C. RGB value is (200,53,140). Sum of RGB (Red+Green+Blue) = 200+53+140=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8358C is #37CA73. Grayscale: #6A6A6A. Windows color (decimal): -3656308 or 9188808. OLE color: 9188808.

HSL color Cylindrical-coordinate representation of color #C8358C: hue angle of 324.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8358C is Cyan = 0, Magento = 0.74, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 140 -
CMYK 0 0.74 0.3 0.22
HSL 324.49º 0.58% 0.5% -
HSV(B) 324.49º 0.74% 0.78% -
XYZ 29.83 16.72 26.47 -
YUV 106.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 200 53 140 0 0.74 0.3 0.22 324.49 0.58 0.5
Hex C8 35 8C 0 4A 1E 16 144 3A 32
Octal 310 65 214 0 112 36 26 504 72 62
Binary 11001000 110101 10001100 0 1001010 11110 10110 101000100 111010 110010

Color Harmonies of #C8358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8358C

Black with #C8358C

Text Example


Text Example

White with #C8358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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