Html Css Color HEX #CF2189 Medium Violet Red

📋 copy color: '#CF2189'

red 207 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #CF2189

Tints of Medium Violet Red #CF2189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 54.91%
G = 8.75%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2189 (or 0xCF2189) is known color: Medium Violet Red. HEX triplet: CF, 21 and 89. RGB value is (207,33,137). Sum of RGB (Red+Green+Blue) = 207+33+137=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2189 is #30DE76. Grayscale: #606060. Windows color (decimal): -3202679 or 8987087. OLE color: 8987087.

HSL color Cylindrical-coordinate representation of color #CF2189: hue angle of 324.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2189 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 137 -
CMYK 0 0.84 0.34 0.19
HSL 324.14º 0.73% 0.47% -
HSV(B) 324.14º 0.84% 0.81% -
XYZ 30.79 16.16 25.16 -
YUV 96.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 207 33 137 0 0.84 0.34 0.19 324.14 0.73 0.47
Hex CF 21 89 0 54 22 13 144 48 2F
Octal 317 41 211 0 124 42 23 504 110 57
Binary 11001111 100001 10001001 0 1010100 100010 10011 101000100 1001000 101111

Color Harmonies of #CF2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2189

Black with #CF2189

Text Example


Text Example

White with #CF2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2189; }

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

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

background-color css

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

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

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

border-color css

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

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

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