Html Css Color HEX #CF0779 Medium Violet Red

📋 copy color: '#CF0779'

red 207 ◦ green 7 ◦ blue 121

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

Shades of Medium Violet Red #CF0779

Tints of Medium Violet Red #CF0779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

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

R = 61.79%
G = 2.09%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF0779 (or 0xCF0779) is known color: Medium Violet Red. HEX triplet: CF, 07 and 79. RGB value is (207,7,121). Sum of RGB (Red+Green+Blue) = 207+7+121=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0779 is #30F886. Grayscale: #4F4F4F. Windows color (decimal): -3209351 or 7931855. OLE color: 7931855.

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

Color convert

RGB 207 7 121 -
CMYK 0 0.97 0.42 0.19
HSL 325.8º 0.93% 0.42% -
HSV(B) 325.8º 0.97% 0.81% -
XYZ 29.26 14.8 19.4 -
YUV 79.8 151.26 218.73 -
System Red Green Blue C M Y K H S L
Decimal 207 7 121 0 0.97 0.42 0.19 325.8 0.93 0.42
Hex CF 7 79 0 61 2A 13 146 5D 2A
Octal 317 7 171 0 141 52 23 506 135 52
Binary 11001111 111 1111001 0 1100001 101010 10011 101000110 1011101 101010

Color Harmonies of #CF0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0779

Black with #CF0779

Text Example


Text Example

White with #CF0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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