Html Css Color HEX #CF058D Medium Violet Red

📋 copy color: '#CF058D'

red 207 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #CF058D

Tints of Medium Violet Red #CF058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 58.64%
G = 1.42%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF058D (or 0xCF058D) is known color: Medium Violet Red. HEX triplet: CF, 05 and 8D. RGB value is (207,5,141). Sum of RGB (Red+Green+Blue) = 207+5+141=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF058D is #30FA72. Grayscale: #505050. Windows color (decimal): -3209843 or 9242063. OLE color: 9242063.

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

Color convert

RGB 207 5 141 -
CMYK 0 0.98 0.32 0.19
HSL 319.6º 0.95% 0.42% -
HSV(B) 319.6º 0.98% 0.81% -
XYZ 30.59 15.3 26.54 -
YUV 80.9 161.92 217.94 -
System Red Green Blue C M Y K H S L
Decimal 207 5 141 0 0.98 0.32 0.19 319.6 0.95 0.42
Hex CF 5 8D 0 62 20 13 140 5F 2A
Octal 317 5 215 0 142 40 23 500 137 52
Binary 11001111 101 10001101 0 1100010 100000 10011 101000000 1011111 101010

Color Harmonies of #CF058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF058D

Black with #CF058D

Text Example


Text Example

White with #CF058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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