Html Css Color HEX #CF0389 Medium Violet Red

📋 copy color: '#CF0389'

red 207 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #CF0389

Tints of Medium Violet Red #CF0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 59.65%
G = 0.86%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF0389 (or 0xCF0389) is known color: Medium Violet Red. HEX triplet: CF, 03 and 89. RGB value is (207,3,137). Sum of RGB (Red+Green+Blue) = 207+3+137=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0389 is #30FC76. Grayscale: #4E4E4E. Windows color (decimal): -3210359 or 8979407. OLE color: 8979407.

HSL color Cylindrical-coordinate representation of color #CF0389: hue angle of 320.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0389 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 3 137 -
CMYK 0 0.99 0.34 0.19
HSL 320.59º 0.97% 0.41% -
HSV(B) 320.59º 0.99% 0.81% -
XYZ 30.28 15.14 24.99 -
YUV 79.27 160.59 219.1 -
System Red Green Blue C M Y K H S L
Decimal 207 3 137 0 0.99 0.34 0.19 320.59 0.97 0.41
Hex CF 3 89 0 63 22 13 141 61 29
Octal 317 3 211 0 143 42 23 501 141 51
Binary 11001111 11 10001001 0 1100011 100010 10011 101000001 1100001 101001

Color Harmonies of #CF0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0389

Black with #CF0389

Text Example


Text Example

White with #CF0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0389; }

 p { color: rgb(207,3,137); }

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

background-color css

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

 a { background-color: rgb(207,3,137); }

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

border-color css

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

 span { border-color: rgb(207,3,137); }

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