Html Css Color HEX #CF1589 Medium Violet Red

📋 copy color: '#CF1589'

red 207 ◦ green 21 ◦ blue 137

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

Shades of Medium Violet Red #CF1589

Tints of Medium Violet Red #CF1589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 56.71%
G = 5.75%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF1589 (or 0xCF1589) is known color: Medium Violet Red. HEX triplet: CF, 15 and 89. RGB value is (207,21,137). Sum of RGB (Red+Green+Blue) = 207+21+137=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1589 is #30EA76. Grayscale: #595959. Windows color (decimal): -3205751 or 8984015. OLE color: 8984015.

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

Color convert

RGB 207 21 137 -
CMYK 0 0.90 0.34 0.19
HSL 322.58º 0.82% 0.45% -
HSV(B) 322.58º 0.9% 0.81% -
XYZ 30.52 15.61 25.07 -
YUV 89.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 207 21 137 0 0.90 0.34 0.19 322.58 0.82 0.45
Hex CF 15 89 0 5A 22 13 143 52 2D
Octal 317 25 211 0 132 42 23 503 122 55
Binary 11001111 10101 10001001 0 1011010 100010 10011 101000011 1010010 101101

Color Harmonies of #CF1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1589

Black with #CF1589

Text Example


Text Example

White with #CF1589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1589; }

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

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

background-color css

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

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

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

border-color css

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

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

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