Html Css Color HEX #CF2177 Medium Violet Red

📋 copy color: '#CF2177'

red 207 ◦ green 33 ◦ blue 119

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

Shades of Medium Violet Red #CF2177

Tints of Medium Violet Red #CF2177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 57.66%
G = 9.19%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF2177 (or 0xCF2177) is known color: Medium Violet Red. HEX triplet: CF, 21 and 77. RGB value is (207,33,119). Sum of RGB (Red+Green+Blue) = 207+33+119=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2177 is #30DE88. Grayscale: #5E5E5E. Windows color (decimal): -3202697 or 7807439. OLE color: 7807439.

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

Color convert

RGB 207 33 119 -
CMYK 0 0.84 0.43 0.19
HSL 330.34º 0.73% 0.47% -
HSV(B) 330.34º 0.84% 0.81% -
XYZ 29.61 15.69 18.92 -
YUV 94.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 207 33 119 0 0.84 0.43 0.19 330.34 0.73 0.47
Hex CF 21 77 0 54 2B 13 14A 48 2F
Octal 317 41 167 0 124 53 23 512 110 57
Binary 11001111 100001 1110111 0 1010100 101011 10011 101001010 1001000 101111

Color Harmonies of #CF2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2177

Black with #CF2177

Text Example


Text Example

White with #CF2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2177; }

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

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

background-color css

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

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

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

border-color css

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

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

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