Html Css Color HEX #CF1471 Medium Violet Red

📋 copy color: '#CF1471'

red 207 ◦ green 20 ◦ blue 113

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

Shades of Medium Violet Red #CF1471

Tints of Medium Violet Red #CF1471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 60.88%
G = 5.88%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF1471 (or 0xCF1471) is known color: Medium Violet Red. HEX triplet: CF, 14 and 71. RGB value is (207,20,113). Sum of RGB (Red+Green+Blue) = 207+20+113=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1471 is #30EB8E. Grayscale: #565656. Windows color (decimal): -3206031 or 7410895. OLE color: 7410895.

HSL color Cylindrical-coordinate representation of color #CF1471: hue angle of 330.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1471 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 113 -
CMYK 0 0.90 0.45 0.19
HSL 330.16º 0.82% 0.45% -
HSV(B) 330.16º 0.9% 0.81% -
XYZ 28.96 14.96 16.98 -
YUV 86.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 207 20 113 0 0.90 0.45 0.19 330.16 0.82 0.45
Hex CF 14 71 0 5A 2D 13 14A 52 2D
Octal 317 24 161 0 132 55 23 512 122 55
Binary 11001111 10100 1110001 0 1011010 101101 10011 101001010 1010010 101101

Color Harmonies of #CF1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1471

Black with #CF1471

Text Example


Text Example

White with #CF1471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1471; }

 p { color: rgb(207,20,113); }

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

background-color css

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

 a { background-color: rgb(207,20,113); }

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

border-color css

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

 span { border-color: rgb(207,20,113); }

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