Html Css Color HEX #C6238B Medium Violet Red

📋 copy color: '#C6238B'

red 198 ◦ green 35 ◦ blue 139

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

Shades of Medium Violet Red #C6238B

Tints of Medium Violet Red #C6238B

RGB

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

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

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

R = 53.23%
G = 9.41%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6238B (or 0xC6238B) is known color: Medium Violet Red. HEX triplet: C6, 23 and 8B. RGB value is (198,35,139). Sum of RGB (Red+Green+Blue) = 198+35+139=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6238B is #39DC74. Grayscale: #5F5F5F. Windows color (decimal): -3791989 or 9118662. OLE color: 9118662.

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

Color convert

RGB 198 35 139 -
CMYK 0 0.82 0.30 0.22
HSL 321.72º 0.7% 0.46% -
HSV(B) 321.72º 0.82% 0.78% -
XYZ 28.55 15.07 25.83 -
YUV 95.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 198 35 139 0 0.82 0.30 0.22 321.72 0.7 0.46
Hex C6 23 8B 0 52 1E 16 142 46 2E
Octal 306 43 213 0 122 36 26 502 106 56
Binary 11000110 100011 10001011 0 1010010 11110 10110 101000010 1000110 101110

Color Harmonies of #C6238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6238B

Black with #C6238B

Text Example


Text Example

White with #C6238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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