Html Css Color HEX #CF1B9F Medium Violet Red

📋 copy color: '#CF1B9F'

red 207 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #CF1B9F

Tints of Medium Violet Red #CF1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

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

R = 52.67%
G = 6.87%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF1B9F (or 0xCF1B9F) is known color: Medium Violet Red. HEX triplet: CF, 1B and 9F. RGB value is (207,27,159). Sum of RGB (Red+Green+Blue) = 207+27+159=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1B9F is #30E460. Grayscale: #5F5F5F. Windows color (decimal): -3204193 or 10427343. OLE color: 10427343.

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

Color convert

RGB 207 27 159 -
CMYK 0 0.87 0.23 0.19
HSL 316º 0.77% 0.46% -
HSV(B) 316º 0.87% 0.81% -
XYZ 32.38 16.55 34.29 -
YUV 95.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 207 27 159 0 0.87 0.23 0.19 316 0.77 0.46
Hex CF 1B 9F 0 57 17 13 13C 4D 2E
Octal 317 33 237 0 127 27 23 474 115 56
Binary 11001111 11011 10011111 0 1010111 10111 10011 100111100 1001101 101110

Color Harmonies of #CF1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1B9F

Black with #CF1B9F

Text Example


Text Example

White with #CF1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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