Html Css Color HEX #CF0792 Medium Violet Red

📋 copy color: '#CF0792'

red 207 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #CF0792

Tints of Medium Violet Red #CF0792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 57.5%
G = 1.94%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF0792 (or 0xCF0792) is known color: Medium Violet Red. HEX triplet: CF, 07 and 92. RGB value is (207,7,146). Sum of RGB (Red+Green+Blue) = 207+7+146=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0792 is #30F86D. Grayscale: #525252. Windows color (decimal): -3209326 or 9570255. OLE color: 9570255.

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

Color convert

RGB 207 7 146 -
CMYK 0 0.97 0.29 0.19
HSL 318.3º 0.93% 0.42% -
HSV(B) 318.3º 0.97% 0.81% -
XYZ 31 15.49 28.55 -
YUV 82.65 163.76 216.7 -
System Red Green Blue C M Y K H S L
Decimal 207 7 146 0 0.97 0.29 0.19 318.3 0.93 0.42
Hex CF 7 92 0 61 1D 13 13E 5D 2A
Octal 317 7 222 0 141 35 23 476 135 52
Binary 11001111 111 10010010 0 1100001 11101 10011 100111110 1011101 101010

Color Harmonies of #CF0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0792

Black with #CF0792

Text Example


Text Example

White with #CF0792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0792; }

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

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

background-color css

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

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

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

border-color css

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

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

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