Html Css Color HEX #CF1172 Medium Violet Red

📋 copy color: '#CF1172'

red 207 ◦ green 17 ◦ blue 114

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

Shades of Medium Violet Red #CF1172

Tints of Medium Violet Red #CF1172

RGB

 RED value IS 207 (81.25% from 255) = 61.24%

 GREEN value IS 17 (7.03% from 255) = 5.03%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 61.24%
G = 5.03%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF1172 (or 0xCF1172) is known color: Medium Violet Red. HEX triplet: CF, 11 and 72. RGB value is (207,17,114). Sum of RGB (Red+Green+Blue) = 207+17+114=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1172 is #30EE8D. Grayscale: #545454. Windows color (decimal): -3206798 or 7475663. OLE color: 7475663.

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

Color convert

RGB 207 17 114 -
CMYK 0 0.92 0.45 0.19
HSL 329.37º 0.85% 0.44% -
HSV(B) 329.37º 0.92% 0.81% -
XYZ 28.97 14.88 17.27 -
YUV 84.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 207 17 114 0 0.92 0.45 0.19 329.37 0.85 0.44
Hex CF 11 72 0 5C 2D 13 149 55 2C
Octal 317 21 162 0 134 55 23 511 125 54
Binary 11001111 10001 1110010 0 1011100 101101 10011 101001001 1010101 101100

Color Harmonies of #CF1172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1172

Black with #CF1172

Text Example


Text Example

White with #CF1172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1172; }

 p { color: rgb(207,17,114); }

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

background-color css

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

 a { background-color: rgb(207,17,114); }

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

border-color css

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

 span { border-color: rgb(207,17,114); }

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