Html Css Color HEX #C6268E Medium Violet Red

📋 copy color: '#C6268E'

red 198 ◦ green 38 ◦ blue 142

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

Shades of Medium Violet Red #C6268E

Tints of Medium Violet Red #C6268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.05%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 52.38%
G = 10.05%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6268E (or 0xC6268E) is known color: Medium Violet Red. HEX triplet: C6, 26 and 8E. RGB value is (198,38,142). Sum of RGB (Red+Green+Blue) = 198+38+142=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6268E is #39D971. Grayscale: #616161. Windows color (decimal): -3791218 or 9316038. OLE color: 9316038.

HSL color Cylindrical-coordinate representation of color #C6268E: hue angle of 321º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6268E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 38 142 -
CMYK 0 0.81 0.28 0.22
HSL 321º 0.68% 0.46% -
HSV(B) 321º 0.81% 0.78% -
XYZ 28.86 15.34 27.03 -
YUV 97.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 198 38 142 0 0.81 0.28 0.22 321 0.68 0.46
Hex C6 26 8E 0 51 1C 16 141 44 2E
Octal 306 46 216 0 121 34 26 501 104 56
Binary 11000110 100110 10001110 0 1010001 11100 10110 101000001 1000100 101110

Color Harmonies of #C6268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6268E

Black with #C6268E

Text Example


Text Example

White with #C6268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6268E; }

 p { color: rgb(198,38,142); }

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

background-color css

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

 a { background-color: rgb(198,38,142); }

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

border-color css

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

 span { border-color: rgb(198,38,142); }

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