Html Css Color HEX #CF059F Medium Violet Red

📋 copy color: '#CF059F'

red 207 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #CF059F

Tints of Medium Violet Red #CF059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 55.8%
G = 1.35%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF059F (or 0xCF059F) is known color: Medium Violet Red. HEX triplet: CF, 05 and 9F. RGB value is (207,5,159). Sum of RGB (Red+Green+Blue) = 207+5+159=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059F is #30FA60. Grayscale: #525252. Windows color (decimal): -3209825 or 10421711. OLE color: 10421711.

HSL color Cylindrical-coordinate representation of color #CF059F: hue angle of 314.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF059F is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 159 -
CMYK 0 0.98 0.23 0.19
HSL 314.26º 0.95% 0.42% -
HSV(B) 314.26º 0.98% 0.81% -
XYZ 32.04 15.88 34.18 -
YUV 82.95 170.92 216.48 -
System Red Green Blue C M Y K H S L
Decimal 207 5 159 0 0.98 0.23 0.19 314.26 0.95 0.42
Hex CF 5 9F 0 62 17 13 13A 5F 2A
Octal 317 5 237 0 142 27 23 472 137 52
Binary 11001111 101 10011111 0 1100010 10111 10011 100111010 1011111 101010

Color Harmonies of #CF059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF059F

Black with #CF059F

Text Example


Text Example

White with #CF059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF059F; }

 p { color: rgb(207,5,159); }

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

background-color css

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

 a { background-color: rgb(207,5,159); }

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

border-color css

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

 span { border-color: rgb(207,5,159); }

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