Html Css Color HEX #C8348B Medium Red Violet

📋 copy color: '#C8348B'

red 200 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #C8348B

Tints of Medium Red Violet #C8348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.3%

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

R = 51.15%
G = 13.3%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8348B (or 0xC8348B) is known color: Medium Red Violet. HEX triplet: C8, 34 and 8B. RGB value is (200,52,139). Sum of RGB (Red+Green+Blue) = 200+52+139=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8348B is #37CB74. Grayscale: #696969. Windows color (decimal): -3656565 or 9123016. OLE color: 9123016.

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

Color convert

RGB 200 52 139 -
CMYK 0 0.74 0.30 0.22
HSL 324.73º 0.59% 0.49% -
HSV(B) 324.73º 0.74% 0.78% -
XYZ 29.71 16.6 26.06 -
YUV 106.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 200 52 139 0 0.74 0.30 0.22 324.73 0.59 0.49
Hex C8 34 8B 0 4A 1E 16 145 3B 31
Octal 310 64 213 0 112 36 26 505 73 61
Binary 11001000 110100 10001011 0 1001010 11110 10110 101000101 111011 110001

Color Harmonies of #C8348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8348B

Black with #C8348B

Text Example


Text Example

White with #C8348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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