Html Css Color HEX #C6258C Medium Violet Red

📋 copy color: '#C6258C'

red 198 ◦ green 37 ◦ blue 140

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

Shades of Medium Violet Red #C6258C

Tints of Medium Violet Red #C6258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 52.8%
G = 9.87%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6258C (or 0xC6258C) is known color: Medium Violet Red. HEX triplet: C6, 25 and 8C. RGB value is (198,37,140). Sum of RGB (Red+Green+Blue) = 198+37+140=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6258C is #39DA73. Grayscale: #606060. Windows color (decimal): -3791476 or 9184710. OLE color: 9184710.

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

Color convert

RGB 198 37 140 -
CMYK 0 0.81 0.29 0.22
HSL 321.61º 0.69% 0.46% -
HSV(B) 321.61º 0.81% 0.78% -
XYZ 28.68 15.22 26.24 -
YUV 96.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 198 37 140 0 0.81 0.29 0.22 321.61 0.69 0.46
Hex C6 25 8C 0 51 1D 16 142 45 2E
Octal 306 45 214 0 121 35 26 502 105 56
Binary 11000110 100101 10001100 0 1010001 11101 10110 101000010 1000101 101110

Color Harmonies of #C6258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6258C

Black with #C6258C

Text Example


Text Example

White with #C6258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6258C; }

 p { color: rgb(198,37,140); }

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

background-color css

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

 a { background-color: rgb(198,37,140); }

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

border-color css

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

 span { border-color: rgb(198,37,140); }

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