Html Css Color HEX #CF059B Medium Violet Red

📋 copy color: '#CF059B'

red 207 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #CF059B

Tints of Medium Violet Red #CF059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 56.4%
G = 1.36%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF059B (or 0xCF059B) is known color: Medium Violet Red. HEX triplet: CF, 05 and 9B. RGB value is (207,5,155). Sum of RGB (Red+Green+Blue) = 207+5+155=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059B is #30FA64. Grayscale: #525252. Windows color (decimal): -3209829 or 10159567. OLE color: 10159567.

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

Color convert

RGB 207 5 155 -
CMYK 0 0.98 0.25 0.19
HSL 315.45º 0.95% 0.42% -
HSV(B) 315.45º 0.98% 0.81% -
XYZ 31.7 15.74 32.38 -
YUV 82.5 168.92 216.8 -
System Red Green Blue C M Y K H S L
Decimal 207 5 155 0 0.98 0.25 0.19 315.45 0.95 0.42
Hex CF 5 9B 0 62 19 13 13B 5F 2A
Octal 317 5 233 0 142 31 23 473 137 52
Binary 11001111 101 10011011 0 1100010 11001 10011 100111011 1011111 101010

Color Harmonies of #CF059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF059B

Black with #CF059B

Text Example


Text Example

White with #CF059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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