Html Css Color HEX #CF0773 Medium Violet Red

📋 copy color: '#CF0773'

red 207 ◦ green 7 ◦ blue 115

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

Shades of Medium Violet Red #CF0773

Tints of Medium Violet Red #CF0773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 62.92%
G = 2.13%
B = 34.95%

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

#CF0773 (or 0xCF0773) is known color: Medium Violet Red. HEX triplet: CF, 07 and 73. RGB value is (207,7,115). Sum of RGB (Red+Green+Blue) = 207+7+115=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0773 is #30F88C. Grayscale: #4E4E4E. Windows color (decimal): -3209357 or 7538639. OLE color: 7538639.

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

Color convert

RGB 207 7 115 -
CMYK 0 0.97 0.44 0.19
HSL 327.6º 0.93% 0.42% -
HSV(B) 327.6º 0.97% 0.81% -
XYZ 28.9 14.66 17.53 -
YUV 79.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 207 7 115 0 0.97 0.44 0.19 327.6 0.93 0.42
Hex CF 7 73 0 61 2C 13 148 5D 2A
Octal 317 7 163 0 141 54 23 510 135 52
Binary 11001111 111 1110011 0 1100001 101100 10011 101001000 1011101 101010

Color Harmonies of #CF0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0773

Black with #CF0773

Text Example


Text Example

White with #CF0773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0773; }

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

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

background-color css

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

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

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

border-color css

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

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

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