Html Css Color HEX #C6008A Medium Violet Red

📋 copy color: '#C6008A'

red 198 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #C6008A

Tints of Medium Violet Red #C6008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.93%
G = 0%
B = 41.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6008A (or 0xC6008A) is known color: Medium Violet Red. HEX triplet: C6, 00 and 8A. RGB value is (198,0,138). Sum of RGB (Red+Green+Blue) = 198+0+138=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C6008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6008A is #39FF75. Grayscale: #4A4A4A. Windows color (decimal): -3800950 or 9044166. OLE color: 9044166.

HSL color Cylindrical-coordinate representation of color #C6008A: hue angle of 318.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6008A is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 138 -
CMYK 0 1 0.30 0.22
HSL 318.18º 1% 0.39% -
HSV(B) 318.18º 1% 0.78% -
XYZ 27.88 13.84 25.25 -
YUV 74.93 163.6 215.78 -
System Red Green Blue C M Y K H S L
Decimal 198 0 138 0 1 0.30 0.22 318.18 1 0.39
Hex C6 0 8A 0 64 1E 16 13E 64 27
Octal 306 0 212 0 144 36 26 476 144 47
Binary 11000110 0 10001010 0 1100100 11110 10110 100111110 1100100 100111

Color Harmonies of #C6008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6008A

Black with #C6008A

Text Example


Text Example

White with #C6008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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