Html Css Color HEX #CF1574 Medium Violet Red

📋 copy color: '#CF1574'

red 207 ◦ green 21 ◦ blue 116

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

Shades of Medium Violet Red #CF1574

Tints of Medium Violet Red #CF1574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 60.17%
G = 6.1%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF1574 (or 0xCF1574) is known color: Medium Violet Red. HEX triplet: CF, 15 and 74. RGB value is (207,21,116). Sum of RGB (Red+Green+Blue) = 207+21+116=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1574 is #30EA8B. Grayscale: #575757. Windows color (decimal): -3205772 or 7607759. OLE color: 7607759.

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

Color convert

RGB 207 21 116 -
CMYK 0 0.90 0.44 0.19
HSL 329.35º 0.82% 0.45% -
HSV(B) 329.35º 0.9% 0.81% -
XYZ 29.15 15.06 17.89 -
YUV 87.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 207 21 116 0 0.90 0.44 0.19 329.35 0.82 0.45
Hex CF 15 74 0 5A 2C 13 149 52 2D
Octal 317 25 164 0 132 54 23 511 122 55
Binary 11001111 10101 1110100 0 1011010 101100 10011 101001001 1010010 101101

Color Harmonies of #CF1574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1574

Black with #CF1574

Text Example


Text Example

White with #CF1574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1574; }

 p { color: rgb(207,21,116); }

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

background-color css

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

 a { background-color: rgb(207,21,116); }

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

border-color css

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

 span { border-color: rgb(207,21,116); }

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