Html Css Color HEX #CF199F Medium Violet Red

📋 copy color: '#CF199F'

red 207 ◦ green 25 ◦ blue 159

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

Shades of Medium Violet Red #CF199F

Tints of Medium Violet Red #CF199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.39%

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 52.94%
G = 6.39%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF199F (or 0xCF199F) is known color: Medium Violet Red. HEX triplet: CF, 19 and 9F. RGB value is (207,25,159). Sum of RGB (Red+Green+Blue) = 207+25+159=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF199F is #30E660. Grayscale: #5E5E5E. Windows color (decimal): -3204705 or 10426831. OLE color: 10426831.

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

Color convert

RGB 207 25 159 -
CMYK 0 0.88 0.23 0.19
HSL 315.82º 0.78% 0.45% -
HSV(B) 315.82º 0.88% 0.81% -
XYZ 32.34 16.46 34.27 -
YUV 94.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 207 25 159 0 0.88 0.23 0.19 315.82 0.78 0.45
Hex CF 19 9F 0 58 17 13 13C 4E 2D
Octal 317 31 237 0 130 27 23 474 116 55
Binary 11001111 11001 10011111 0 1011000 10111 10011 100111100 1001110 101101

Color Harmonies of #CF199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF199F

Black with #CF199F

Text Example


Text Example

White with #CF199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF199F; }

 p { color: rgb(207,25,159); }

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

background-color css

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

 a { background-color: rgb(207,25,159); }

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

border-color css

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

 span { border-color: rgb(207,25,159); }

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