Html Css Color HEX #CF1591 Medium Violet Red

📋 copy color: '#CF1591'

red 207 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #CF1591

Tints of Medium Violet Red #CF1591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 55.5%
G = 5.63%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF1591 (or 0xCF1591) is known color: Medium Violet Red. HEX triplet: CF, 15 and 91. RGB value is (207,21,145). Sum of RGB (Red+Green+Blue) = 207+21+145=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1591 is #30EA6E. Grayscale: #5A5A5A. Windows color (decimal): -3205743 or 9508303. OLE color: 9508303.

HSL color Cylindrical-coordinate representation of color #CF1591: hue angle of 320º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1591 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 145 -
CMYK 0 0.90 0.30 0.19
HSL 320º 0.82% 0.45% -
HSV(B) 320º 0.9% 0.81% -
XYZ 31.11 15.85 28.21 -
YUV 90.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 207 21 145 0 0.90 0.30 0.19 320 0.82 0.45
Hex CF 15 91 0 5A 1E 13 140 52 2D
Octal 317 25 221 0 132 36 23 500 122 55
Binary 11001111 10101 10010001 0 1011010 11110 10011 101000000 1010010 101101

Color Harmonies of #CF1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1591

Black with #CF1591

Text Example


Text Example

White with #CF1591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1591; }

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

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

background-color css

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

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

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

border-color css

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

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

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