Html Css Color HEX #C8338B Medium Red Violet

📋 copy color: '#C8338B'

red 200 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #C8338B

Tints of Medium Red Violet #C8338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.08%

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

R = 51.28%
G = 13.08%
B = 35.64%

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

#C8338B (or 0xC8338B) is known color: Medium Red Violet. HEX triplet: C8, 33 and 8B. RGB value is (200,51,139). Sum of RGB (Red+Green+Blue) = 200+51+139=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8338B is #37CC74. Grayscale: #696969. Windows color (decimal): -3656821 or 9122760. OLE color: 9122760.

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

Color convert

RGB 200 51 139 -
CMYK 0 0.74 0.30 0.22
HSL 324.56º 0.59% 0.49% -
HSV(B) 324.56º 0.75% 0.78% -
XYZ 29.66 16.51 26.05 -
YUV 105.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 200 51 139 0 0.74 0.30 0.22 324.56 0.59 0.49
Hex C8 33 8B 0 4A 1E 16 145 3B 31
Octal 310 63 213 0 112 36 26 505 73 61
Binary 11001000 110011 10001011 0 1001010 11110 10110 101000101 111011 110001

Color Harmonies of #C8338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8338B

Black with #C8338B

Text Example


Text Example

White with #C8338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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