Html Css Color HEX #CF1590 Medium Violet Red

📋 copy color: '#CF1590'

red 207 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #CF1590

Tints of Medium Violet Red #CF1590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 55.65%
G = 5.65%
B = 38.71%

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

#CF1590 (or 0xCF1590) is known color: Medium Violet Red. HEX triplet: CF, 15 and 90. RGB value is (207,21,144). Sum of RGB (Red+Green+Blue) = 207+21+144=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1590 is #30EA6F. Grayscale: #5A5A5A. Windows color (decimal): -3205744 or 9442767. OLE color: 9442767.

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

Color convert

RGB 207 21 144 -
CMYK 0 0.90 0.30 0.19
HSL 320.32º 0.82% 0.45% -
HSV(B) 320.32º 0.9% 0.81% -
XYZ 31.03 15.82 27.8 -
YUV 90.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 207 21 144 0 0.90 0.30 0.19 320.32 0.82 0.45
Hex CF 15 90 0 5A 1E 13 140 52 2D
Octal 317 25 220 0 132 36 23 500 122 55
Binary 11001111 10101 10010000 0 1011010 11110 10011 101000000 1010010 101101

Color Harmonies of #CF1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1590

Black with #CF1590

Text Example


Text Example

White with #CF1590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1590; }

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

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

background-color css

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

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

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

border-color css

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

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

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