Html Css Color HEX #C6268A Medium Violet Red

📋 copy color: '#C6268A'

red 198 ◦ green 38 ◦ blue 138

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

Shades of Medium Violet Red #C6268A

Tints of Medium Violet Red #C6268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 52.94%
G = 10.16%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6268A (or 0xC6268A) is known color: Medium Violet Red. HEX triplet: C6, 26 and 8A. RGB value is (198,38,138). Sum of RGB (Red+Green+Blue) = 198+38+138=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6268A is #39D975. Grayscale: #616161. Windows color (decimal): -3791222 or 9053894. OLE color: 9053894.

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

Color convert

RGB 198 38 138 -
CMYK 0 0.81 0.30 0.22
HSL 322.5º 0.68% 0.46% -
HSV(B) 322.5º 0.81% 0.78% -
XYZ 28.57 15.23 25.48 -
YUV 97.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 198 38 138 0 0.81 0.30 0.22 322.5 0.68 0.46
Hex C6 26 8A 0 51 1E 16 142 44 2E
Octal 306 46 212 0 121 36 26 502 104 56
Binary 11000110 100110 10001010 0 1010001 11110 10110 101000010 1000100 101110

Color Harmonies of #C6268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6268A

Black with #C6268A

Text Example


Text Example

White with #C6268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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