Html Css Color HEX #CF1379 Medium Violet Red

📋 copy color: '#CF1379'

red 207 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #CF1379

Tints of Medium Violet Red #CF1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 59.65%
G = 5.48%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF1379 (or 0xCF1379) is known color: Medium Violet Red. HEX triplet: CF, 13 and 79. RGB value is (207,19,121). Sum of RGB (Red+Green+Blue) = 207+19+121=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1379 is #30EC86. Grayscale: #565656. Windows color (decimal): -3206279 or 7934927. OLE color: 7934927.

HSL color Cylindrical-coordinate representation of color #CF1379: hue angle of 327.45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1379 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 121 -
CMYK 0 0.91 0.42 0.19
HSL 327.45º 0.83% 0.44% -
HSV(B) 327.45º 0.91% 0.81% -
XYZ 29.42 15.11 19.46 -
YUV 86.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 207 19 121 0 0.91 0.42 0.19 327.45 0.83 0.44
Hex CF 13 79 0 5B 2A 13 147 53 2C
Octal 317 23 171 0 133 52 23 507 123 54
Binary 11001111 10011 1111001 0 1011011 101010 10011 101000111 1010011 101100

Color Harmonies of #CF1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1379

Black with #CF1379

Text Example


Text Example

White with #CF1379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1379; }

 p { color: rgb(207,19,121); }

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

background-color css

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

 a { background-color: rgb(207,19,121); }

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

border-color css

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

 span { border-color: rgb(207,19,121); }

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