Html Css Color HEX #CF0774 Medium Violet Red

📋 copy color: '#CF0774'

red 207 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #CF0774

Tints of Medium Violet Red #CF0774

RGB

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

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

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

R = 62.73%
G = 2.12%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF0774 (or 0xCF0774) is known color: Medium Violet Red. HEX triplet: CF, 07 and 74. RGB value is (207,7,116). Sum of RGB (Red+Green+Blue) = 207+7+116=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0774 is #30F88B. Grayscale: #4E4E4E. Windows color (decimal): -3209356 or 7604175. OLE color: 7604175.

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

Color convert

RGB 207 7 116 -
CMYK 0 0.97 0.44 0.19
HSL 327.3º 0.93% 0.42% -
HSV(B) 327.3º 0.97% 0.81% -
XYZ 28.96 14.68 17.83 -
YUV 79.23 148.76 219.14 -
System Red Green Blue C M Y K H S L
Decimal 207 7 116 0 0.97 0.44 0.19 327.3 0.93 0.42
Hex CF 7 74 0 61 2C 13 147 5D 2A
Octal 317 7 164 0 141 54 23 507 135 52
Binary 11001111 111 1110100 0 1100001 101100 10011 101000111 1011101 101010

Color Harmonies of #CF0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0774

Black with #CF0774

Text Example


Text Example

White with #CF0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0774; }

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

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

background-color css

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

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

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

border-color css

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

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

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