Html Css Color HEX #CF0780 Medium Violet Red

📋 copy color: '#CF0780'

red 207 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #CF0780

Tints of Medium Violet Red #CF0780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.43%

R = 60.53%
G = 2.05%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF0780 (or 0xCF0780) is known color: Medium Violet Red. HEX triplet: CF, 07 and 80. RGB value is (207,7,128). Sum of RGB (Red+Green+Blue) = 207+7+128=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0780 is #30F87F. Grayscale: #505050. Windows color (decimal): -3209344 or 8390607. OLE color: 8390607.

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

Color convert

RGB 207 7 128 -
CMYK 0 0.97 0.38 0.19
HSL 323.7º 0.93% 0.42% -
HSV(B) 323.7º 0.97% 0.81% -
XYZ 29.7 14.98 21.75 -
YUV 80.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 207 7 128 0 0.97 0.38 0.19 323.7 0.93 0.42
Hex CF 7 80 0 61 26 13 144 5D 2A
Octal 317 7 200 0 141 46 23 504 135 52
Binary 11001111 111 10000000 0 1100001 100110 10011 101000100 1011101 101010

Color Harmonies of #CF0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0780

Black with #CF0780

Text Example


Text Example

White with #CF0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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