Html Css Color HEX #CF199B Medium Violet Red

📋 copy color: '#CF199B'

red 207 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #CF199B

Tints of Medium Violet Red #CF199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 53.49%
G = 6.46%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF199B (or 0xCF199B) is known color: Medium Violet Red. HEX triplet: CF, 19 and 9B. RGB value is (207,25,155). Sum of RGB (Red+Green+Blue) = 207+25+155=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF199B is #30E664. Grayscale: #5D5D5D. Windows color (decimal): -3204709 or 10164687. OLE color: 10164687.

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

Color convert

RGB 207 25 155 -
CMYK 0 0.88 0.25 0.19
HSL 317.14º 0.78% 0.45% -
HSV(B) 317.14º 0.88% 0.81% -
XYZ 32 16.33 32.48 -
YUV 94.24 162.3 208.43 -
System Red Green Blue C M Y K H S L
Decimal 207 25 155 0 0.88 0.25 0.19 317.14 0.78 0.45
Hex CF 19 9B 0 58 19 13 13D 4E 2D
Octal 317 31 233 0 130 31 23 475 116 55
Binary 11001111 11001 10011011 0 1011000 11001 10011 100111101 1001110 101101

Color Harmonies of #CF199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF199B

Black with #CF199B

Text Example


Text Example

White with #CF199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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