Html Css Color HEX #CF2172 Medium Violet Red

📋 copy color: '#CF2172'

red 207 ◦ green 33 ◦ blue 114

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

Shades of Medium Violet Red #CF2172

Tints of Medium Violet Red #CF2172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 58.47%
G = 9.32%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2172 (or 0xCF2172) is known color: Medium Violet Red. HEX triplet: CF, 21 and 72. RGB value is (207,33,114). Sum of RGB (Red+Green+Blue) = 207+33+114=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2172 is #30DE8D. Grayscale: #5E5E5E. Windows color (decimal): -3202702 or 7479759. OLE color: 7479759.

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

Color convert

RGB 207 33 114 -
CMYK 0 0.84 0.45 0.19
HSL 332.07º 0.73% 0.47% -
HSV(B) 332.07º 0.84% 0.81% -
XYZ 29.31 15.57 17.38 -
YUV 94.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 207 33 114 0 0.84 0.45 0.19 332.07 0.73 0.47
Hex CF 21 72 0 54 2D 13 14C 48 2F
Octal 317 41 162 0 124 55 23 514 110 57
Binary 11001111 100001 1110010 0 1010100 101101 10011 101001100 1001000 101111

Color Harmonies of #CF2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2172

Black with #CF2172

Text Example


Text Example

White with #CF2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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