#CF1377

Color #CF1377 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CF1377

Tints of Medium Violet Red #CF1377

Color information

#CF1377 (or 0xCF1377) is unknown color: approx Medium Violet Red. HEX triplet: CF, 13 and 77. RGB value is (207,19,119). Sum of RGB (Red+Green+Blue) = 207+19+119=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1377 is #30EC88. Grayscale: #565656. Windows color (decimal): -3206281 or 7803855. OLE color: 7803855.

HSL color Cylindrical-coordinate representation of color #CF1377: hue angle of 328.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1377 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB20719119-
CMYK00.910.430.19
HSL328.09º83.19%44.31%-
HSV(B)328.09º90.82%81.18%-
XYZ29.2915.0618.82-
YUV86.61146.28213.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 5.51%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=60%
G=5.51%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071911900.910.430.19328.0983.1944.31
HexCF137705B2B13148532c
Octal317231670133532351012354
Binary1100111110011111011101011011101011100111010010001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1377; }

 p { color: rgb(207,19,119); }

 H1.HeaderClassName
 {
   color: #CF1377;
 }
 .AnyTagClassName
 {
   color: #CF1377;
 }
</style>
background-color css

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

 a { background-color: rgb(207,19,119); }

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

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

 span { border-color: rgb(207,19,119); }

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