Html Css Color HEX #C6007F Medium Violet Red

📋 copy color: '#C6007F'

red 198 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #C6007F

Tints of Medium Violet Red #C6007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 60.92%
G = 0%
B = 39.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6007F (or 0xC6007F) is known color: Medium Violet Red. HEX triplet: C6, 00 and 7F. RGB value is (198,0,127). Sum of RGB (Red+Green+Blue) = 198+0+127=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6007F is #39FF80. Grayscale: #494949. Windows color (decimal): -3800961 or 8323270. OLE color: 8323270.

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

Color convert

RGB 198 0 127 -
CMYK 0 1 0.36 0.22
HSL 321.52º 1% 0.39% -
HSV(B) 321.52º 1% 0.78% -
XYZ 27.12 13.54 21.26 -
YUV 73.68 158.1 216.67 -
System Red Green Blue C M Y K H S L
Decimal 198 0 127 0 1 0.36 0.22 321.52 1 0.39
Hex C6 0 7F 0 64 24 16 142 64 27
Octal 306 0 177 0 144 44 26 502 144 47
Binary 11000110 0 1111111 0 1100100 100100 10110 101000010 1100100 100111

Color Harmonies of #C6007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6007F

Black with #C6007F

Text Example


Text Example

White with #C6007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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