Html Css Color HEX #CF189B Medium Violet Red

📋 copy color: '#CF189B'

red 207 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #CF189B

Tints of Medium Violet Red #CF189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.22%

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

R = 53.63%
G = 6.22%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF189B (or 0xCF189B) is known color: Medium Violet Red. HEX triplet: CF, 18 and 9B. RGB value is (207,24,155). Sum of RGB (Red+Green+Blue) = 207+24+155=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF189B is #30E764. Grayscale: #5D5D5D. Windows color (decimal): -3204965 or 10164431. OLE color: 10164431.

HSL color Cylindrical-coordinate representation of color #CF189B: hue angle of 317.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF189B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 155 -
CMYK 0 0.88 0.25 0.19
HSL 317.05º 0.79% 0.45% -
HSV(B) 317.05º 0.88% 0.81% -
XYZ 31.98 16.29 32.47 -
YUV 93.65 162.63 208.85 -
System Red Green Blue C M Y K H S L
Decimal 207 24 155 0 0.88 0.25 0.19 317.05 0.79 0.45
Hex CF 18 9B 0 58 19 13 13D 4F 2D
Octal 317 30 233 0 130 31 23 475 117 55
Binary 11001111 11000 10011011 0 1011000 11001 10011 100111101 1001111 101101

Color Harmonies of #CF189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF189B

Black with #CF189B

Text Example


Text Example

White with #CF189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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