Html Css Color HEX #C6017B Medium Violet Red

📋 copy color: '#C6017B'

red 198 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #C6017B

Tints of Medium Violet Red #C6017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 61.49%
G = 0.31%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6017B (or 0xC6017B) is known color: Medium Violet Red. HEX triplet: C6, 01 and 7B. RGB value is (198,1,123). Sum of RGB (Red+Green+Blue) = 198+1+123=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6017B is #39FE84. Grayscale: #494949. Windows color (decimal): -3800709 or 8061382. OLE color: 8061382.

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

Color convert

RGB 198 1 123 -
CMYK 0 0.99 0.38 0.22
HSL 322.84º 0.99% 0.39% -
HSV(B) 322.84º 0.99% 0.78% -
XYZ 26.87 13.46 19.92 -
YUV 73.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 198 1 123 0 0.99 0.38 0.22 322.84 0.99 0.39
Hex C6 1 7B 0 63 26 16 143 63 27
Octal 306 1 173 0 143 46 26 503 143 47
Binary 11000110 1 1111011 0 1100011 100110 10110 101000011 1100011 100111

Color Harmonies of #C6017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6017B

Black with #C6017B

Text Example


Text Example

White with #C6017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6017B; }

 p { color: rgb(198,1,123); }

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

background-color css

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

 a { background-color: rgb(198,1,123); }

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

border-color css

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

 span { border-color: rgb(198,1,123); }

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