Html Css Color HEX #CF0289 Medium Violet Red

📋 copy color: '#CF0289'

red 207 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #CF0289

Tints of Medium Violet Red #CF0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 59.83%
G = 0.58%
B = 39.6%

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

#CF0289 (or 0xCF0289) is known color: Medium Violet Red. HEX triplet: CF, 02 and 89. RGB value is (207,2,137). Sum of RGB (Red+Green+Blue) = 207+2+137=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0289 is #30FD76. Grayscale: #4E4E4E. Windows color (decimal): -3210615 or 8979151. OLE color: 8979151.

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

Color convert

RGB 207 2 137 -
CMYK 0 0.99 0.34 0.19
HSL 320.49º 0.98% 0.41% -
HSV(B) 320.49º 0.99% 0.81% -
XYZ 30.27 15.11 24.99 -
YUV 78.69 160.92 219.52 -
System Red Green Blue C M Y K H S L
Decimal 207 2 137 0 0.99 0.34 0.19 320.49 0.98 0.41
Hex CF 2 89 0 63 22 13 140 62 29
Octal 317 2 211 0 143 42 23 500 142 51
Binary 11001111 10 10001001 0 1100011 100010 10011 101000000 1100010 101001

Color Harmonies of #CF0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0289

Black with #CF0289

Text Example


Text Example

White with #CF0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0289; }

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

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

background-color css

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

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

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

border-color css

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

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

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