Html Css Color HEX #C6238D Medium Violet Red

📋 copy color: '#C6238D'

red 198 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #C6238D

Tints of Medium Violet Red #C6238D

RGB

 RED value IS 198 (77.73% from 255) = 52.94%

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 52.94%
G = 9.36%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6238D (or 0xC6238D) is known color: Medium Violet Red. HEX triplet: C6, 23 and 8D. RGB value is (198,35,141). Sum of RGB (Red+Green+Blue) = 198+35+141=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6238D is #39DC72. Grayscale: #5F5F5F. Windows color (decimal): -3791987 or 9249734. OLE color: 9249734.

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

Color convert

RGB 198 35 141 -
CMYK 0 0.82 0.29 0.22
HSL 320.98º 0.7% 0.46% -
HSV(B) 320.98º 0.82% 0.78% -
XYZ 28.7 15.13 26.61 -
YUV 95.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 198 35 141 0 0.82 0.29 0.22 320.98 0.7 0.46
Hex C6 23 8D 0 52 1D 16 141 46 2E
Octal 306 43 215 0 122 35 26 501 106 56
Binary 11000110 100011 10001101 0 1010010 11101 10110 101000001 1000110 101110

Color Harmonies of #C6238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6238D

Black with #C6238D

Text Example


Text Example

White with #C6238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6238D; }

 p { color: rgb(198,35,141); }

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

background-color css

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

 a { background-color: rgb(198,35,141); }

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

border-color css

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

 span { border-color: rgb(198,35,141); }

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