Html Css Color HEX #C8358F Medium Red Violet

📋 copy color: '#C8358F'

red 200 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #C8358F

Tints of Medium Red Violet #C8358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 50.51%
G = 13.38%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8358F (or 0xC8358F) is known color: Medium Red Violet. HEX triplet: C8, 35 and 8F. RGB value is (200,53,143). Sum of RGB (Red+Green+Blue) = 200+53+143=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8358F is #37CA70. Grayscale: #6B6B6B. Windows color (decimal): -3656305 or 9385416. OLE color: 9385416.

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

Color convert

RGB 200 53 143 -
CMYK 0 0.74 0.28 0.22
HSL 323.27º 0.58% 0.5% -
HSV(B) 323.27º 0.74% 0.78% -
XYZ 30.05 16.81 27.65 -
YUV 107.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 200 53 143 0 0.74 0.28 0.22 323.27 0.58 0.5
Hex C8 35 8F 0 4A 1C 16 143 3A 32
Octal 310 65 217 0 112 34 26 503 72 62
Binary 11001000 110101 10001111 0 1001010 11100 10110 101000011 111010 110010

Color Harmonies of #C8358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8358F

Black with #C8358F

Text Example


Text Example

White with #C8358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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