Html Css Color HEX #CF2190 Medium Violet Red

📋 copy color: '#CF2190'

red 207 ◦ green 33 ◦ blue 144

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

Shades of Medium Violet Red #CF2190

Tints of Medium Violet Red #CF2190

RGB

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

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

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

R = 53.91%
G = 8.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF2190 (or 0xCF2190) is known color: Medium Violet Red. HEX triplet: CF, 21 and 90. RGB value is (207,33,144). Sum of RGB (Red+Green+Blue) = 207+33+144=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2190 is #30DE6F. Grayscale: #616161. Windows color (decimal): -3202672 or 9445839. OLE color: 9445839.

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

Color convert

RGB 207 33 144 -
CMYK 0 0.84 0.30 0.19
HSL 321.72º 0.73% 0.47% -
HSV(B) 321.72º 0.84% 0.81% -
XYZ 31.31 16.37 27.89 -
YUV 97.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 207 33 144 0 0.84 0.30 0.19 321.72 0.73 0.47
Hex CF 21 90 0 54 1E 13 142 48 2F
Octal 317 41 220 0 124 36 23 502 110 57
Binary 11001111 100001 10010000 0 1010100 11110 10011 101000010 1001000 101111

Color Harmonies of #CF2190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2190

Black with #CF2190

Text Example


Text Example

White with #CF2190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2190; }

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

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

background-color css

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

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

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

border-color css

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

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

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