Html Css Color HEX #CF1391 Medium Violet Red

📋 copy color: '#CF1391'

red 207 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #CF1391

Tints of Medium Violet Red #CF1391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 55.8%
G = 5.12%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF1391 (or 0xCF1391) is known color: Medium Violet Red. HEX triplet: CF, 13 and 91. RGB value is (207,19,145). Sum of RGB (Red+Green+Blue) = 207+19+145=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1391 is #30EC6E. Grayscale: #595959. Windows color (decimal): -3206255 or 9507791. OLE color: 9507791.

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

Color convert

RGB 207 19 145 -
CMYK 0 0.91 0.30 0.19
HSL 319.79º 0.83% 0.44% -
HSV(B) 319.79º 0.91% 0.81% -
XYZ 31.08 15.78 28.2 -
YUV 89.58 159.28 211.75 -
System Red Green Blue C M Y K H S L
Decimal 207 19 145 0 0.91 0.30 0.19 319.79 0.83 0.44
Hex CF 13 91 0 5B 1E 13 140 53 2C
Octal 317 23 221 0 133 36 23 500 123 54
Binary 11001111 10011 10010001 0 1011011 11110 10011 101000000 1010011 101100

Color Harmonies of #CF1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1391

Black with #CF1391

Text Example


Text Example

White with #CF1391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1391; }

 p { color: rgb(207,19,145); }

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

background-color css

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

 a { background-color: rgb(207,19,145); }

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

border-color css

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

 span { border-color: rgb(207,19,145); }

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