Html Css Color HEX #CF0890 Medium Violet Red

📋 copy color: '#CF0890'

red 207 ◦ green 8 ◦ blue 144

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

Shades of Medium Violet Red #CF0890

Tints of Medium Violet Red #CF0890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 57.66%
G = 2.23%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0890 (or 0xCF0890) is known color: Medium Violet Red. HEX triplet: CF, 08 and 90. RGB value is (207,8,144). Sum of RGB (Red+Green+Blue) = 207+8+144=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0890 is #30F76F. Grayscale: #525252. Windows color (decimal): -3209072 or 9439439. OLE color: 9439439.

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

Color convert

RGB 207 8 144 -
CMYK 0 0.96 0.30 0.19
HSL 319º 0.93% 0.42% -
HSV(B) 319º 0.96% 0.81% -
XYZ 30.85 15.45 27.74 -
YUV 83.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 207 8 144 0 0.96 0.30 0.19 319 0.93 0.42
Hex CF 8 90 0 60 1E 13 13F 5D 2A
Octal 317 10 220 0 140 36 23 477 135 52
Binary 11001111 1000 10010000 0 1100000 11110 10011 100111111 1011101 101010

Color Harmonies of #CF0890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0890

Black with #CF0890

Text Example


Text Example

White with #CF0890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0890; }

 p { color: rgb(207,8,144); }

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

background-color css

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

 a { background-color: rgb(207,8,144); }

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

border-color css

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

 span { border-color: rgb(207,8,144); }

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