Html Css Color HEX #C6267C Medium Red Violet

📋 copy color: '#C6267C'

red 198 ◦ green 38 ◦ blue 124

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

Shades of Medium Red Violet #C6267C

Tints of Medium Red Violet #C6267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 55%
G = 10.56%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6267C (or 0xC6267C) is known color: Medium Red Violet. HEX triplet: C6, 26 and 7C. RGB value is (198,38,124). Sum of RGB (Red+Green+Blue) = 198+38+124=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6267C is #39D983. Grayscale: #5F5F5F. Windows color (decimal): -3791236 or 8136390. OLE color: 8136390.

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

Color convert

RGB 198 38 124 -
CMYK 0 0.81 0.37 0.22
HSL 327.75º 0.68% 0.46% -
HSV(B) 327.75º 0.81% 0.78% -
XYZ 27.62 14.85 20.48 -
YUV 95.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 198 38 124 0 0.81 0.37 0.22 327.75 0.68 0.46
Hex C6 26 7C 0 51 25 16 148 44 2E
Octal 306 46 174 0 121 45 26 510 104 56
Binary 11000110 100110 1111100 0 1010001 100101 10110 101001000 1000100 101110

Color Harmonies of #C6267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6267C

Black with #C6267C

Text Example


Text Example

White with #C6267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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