Html Css Color HEX #CF2176 Medium Violet Red

📋 copy color: '#CF2176'

red 207 ◦ green 33 ◦ blue 118

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

Shades of Medium Violet Red #CF2176

Tints of Medium Violet Red #CF2176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 57.82%
G = 9.22%
B = 32.96%

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

#CF2176 (or 0xCF2176) is known color: Medium Violet Red. HEX triplet: CF, 21 and 76. RGB value is (207,33,118). Sum of RGB (Red+Green+Blue) = 207+33+118=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2176 is #30DE89. Grayscale: #5E5E5E. Windows color (decimal): -3202698 or 7741903. OLE color: 7741903.

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

Color convert

RGB 207 33 118 -
CMYK 0 0.84 0.43 0.19
HSL 330.69º 0.73% 0.47% -
HSV(B) 330.69º 0.84% 0.81% -
XYZ 29.55 15.66 18.61 -
YUV 94.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 207 33 118 0 0.84 0.43 0.19 330.69 0.73 0.47
Hex CF 21 76 0 54 2B 13 14B 48 2F
Octal 317 41 166 0 124 53 23 513 110 57
Binary 11001111 100001 1110110 0 1010100 101011 10011 101001011 1001000 101111

Color Harmonies of #CF2176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2176

Black with #CF2176

Text Example


Text Example

White with #CF2176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2176; }

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

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

background-color css

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

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

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

border-color css

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

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

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