Html Css Color HEX #CF2089 Medium Violet Red

📋 copy color: '#CF2089'

red 207 ◦ green 32 ◦ blue 137

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

Shades of Medium Violet Red #CF2089

Tints of Medium Violet Red #CF2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.51%

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

R = 55.05%
G = 8.51%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2089 (or 0xCF2089) is known color: Medium Violet Red. HEX triplet: CF, 20 and 89. RGB value is (207,32,137). Sum of RGB (Red+Green+Blue) = 207+32+137=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2089 is #30DF76. Grayscale: #606060. Windows color (decimal): -3202935 or 8986831. OLE color: 8986831.

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

Color convert

RGB 207 32 137 -
CMYK 0 0.85 0.34 0.19
HSL 324º 0.73% 0.47% -
HSV(B) 324º 0.85% 0.81% -
XYZ 30.76 16.1 25.15 -
YUV 96.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 207 32 137 0 0.85 0.34 0.19 324 0.73 0.47
Hex CF 20 89 0 55 22 13 144 49 2F
Octal 317 40 211 0 125 42 23 504 111 57
Binary 11001111 100000 10001001 0 1010101 100010 10011 101000100 1001001 101111

Color Harmonies of #CF2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2089

Black with #CF2089

Text Example


Text Example

White with #CF2089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2089; }

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

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

background-color css

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

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

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

border-color css

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

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

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