Html Css Color HEX #CF2199 Medium Violet Red

📋 copy color: '#CF2199'

red 207 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #CF2199

Tints of Medium Violet Red #CF2199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 52.67%
G = 8.4%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF2199 (or 0xCF2199) is known color: Medium Violet Red. HEX triplet: CF, 21 and 99. RGB value is (207,33,153). Sum of RGB (Red+Green+Blue) = 207+33+153=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2199 is #30DE66. Grayscale: #626262. Windows color (decimal): -3202663 or 10035663. OLE color: 10035663.

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

Color convert

RGB 207 33 153 -
CMYK 0 0.84 0.26 0.19
HSL 318.62º 0.73% 0.47% -
HSV(B) 318.62º 0.84% 0.81% -
XYZ 32.03 16.65 31.66 -
YUV 98.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 207 33 153 0 0.84 0.26 0.19 318.62 0.73 0.47
Hex CF 21 99 0 54 1A 13 13F 48 2F
Octal 317 41 231 0 124 32 23 477 110 57
Binary 11001111 100001 10011001 0 1010100 11010 10011 100111111 1001000 101111

Color Harmonies of #CF2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2199

Black with #CF2199

Text Example


Text Example

White with #CF2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2199; }

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

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

background-color css

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

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

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

border-color css

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

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

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