Html Css Color HEX #CF199E Medium Violet Red

📋 copy color: '#CF199E'

red 207 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #CF199E

Tints of Medium Violet Red #CF199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 53.08%
G = 6.41%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF199E (or 0xCF199E) is known color: Medium Violet Red. HEX triplet: CF, 19 and 9E. RGB value is (207,25,158). Sum of RGB (Red+Green+Blue) = 207+25+158=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF199E is #30E661. Grayscale: #5E5E5E. Windows color (decimal): -3204706 or 10361295. OLE color: 10361295.

HSL color Cylindrical-coordinate representation of color #CF199E: hue angle of 316.15º 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 #CF199E is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 158 -
CMYK 0 0.88 0.24 0.19
HSL 316.15º 0.78% 0.45% -
HSV(B) 316.15º 0.88% 0.81% -
XYZ 32.25 16.43 33.82 -
YUV 94.58 163.8 208.19 -
System Red Green Blue C M Y K H S L
Decimal 207 25 158 0 0.88 0.24 0.19 316.15 0.78 0.45
Hex CF 19 9E 0 58 18 13 13C 4E 2D
Octal 317 31 236 0 130 30 23 474 116 55
Binary 11001111 11001 10011110 0 1011000 11000 10011 100111100 1001110 101101

Color Harmonies of #CF199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF199E

Black with #CF199E

Text Example


Text Example

White with #CF199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF199E; }

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

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

background-color css

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

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

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

border-color css

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

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

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