Html Css Color HEX #CF0790 Medium Violet Red

📋 copy color: '#CF0790'

red 207 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #CF0790

Tints of Medium Violet Red #CF0790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 57.82%
G = 1.96%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0790 (or 0xCF0790) is known color: Medium Violet Red. HEX triplet: CF, 07 and 90. RGB value is (207,7,144). Sum of RGB (Red+Green+Blue) = 207+7+144=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0790 is #30F86F. Grayscale: #525252. Windows color (decimal): -3209328 or 9439183. OLE color: 9439183.

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

Color convert

RGB 207 7 144 -
CMYK 0 0.97 0.30 0.19
HSL 318.9º 0.93% 0.42% -
HSV(B) 318.9º 0.97% 0.81% -
XYZ 30.84 15.43 27.74 -
YUV 82.42 162.76 216.86 -
System Red Green Blue C M Y K H S L
Decimal 207 7 144 0 0.97 0.30 0.19 318.9 0.93 0.42
Hex CF 7 90 0 61 1E 13 13F 5D 2A
Octal 317 7 220 0 141 36 23 477 135 52
Binary 11001111 111 10010000 0 1100001 11110 10011 100111111 1011101 101010

Color Harmonies of #CF0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0790

Black with #CF0790

Text Example


Text Example

White with #CF0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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