Html Css Color HEX #C6238F Medium Violet Red

📋 copy color: '#C6238F'

red 198 ◦ green 35 ◦ blue 143

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

Shades of Medium Violet Red #C6238F

Tints of Medium Violet Red #C6238F

RGB

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

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

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

R = 52.66%
G = 9.31%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6238F (or 0xC6238F) is known color: Medium Violet Red. HEX triplet: C6, 23 and 8F. RGB value is (198,35,143). Sum of RGB (Red+Green+Blue) = 198+35+143=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6238F is #39DC70. Grayscale: #5F5F5F. Windows color (decimal): -3791985 or 9380806. OLE color: 9380806.

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

Color convert

RGB 198 35 143 -
CMYK 0 0.82 0.28 0.22
HSL 320.25º 0.7% 0.46% -
HSV(B) 320.25º 0.82% 0.78% -
XYZ 28.85 15.19 27.4 -
YUV 96.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 198 35 143 0 0.82 0.28 0.22 320.25 0.7 0.46
Hex C6 23 8F 0 52 1C 16 140 46 2E
Octal 306 43 217 0 122 34 26 500 106 56
Binary 11000110 100011 10001111 0 1010010 11100 10110 101000000 1000110 101110

Color Harmonies of #C6238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6238F

Black with #C6238F

Text Example


Text Example

White with #C6238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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