Html Css Color HEX #CF19B0 Deep Magenta

📋 copy color: '#CF19B0'

red 207 ◦ green 25 ◦ blue 176

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

Shades of Deep Magenta #CF19B0

Tints of Deep Magenta #CF19B0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.13%

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 50.74%
G = 6.13%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF19B0 (or 0xCF19B0) is known color: Deep Magenta. HEX triplet: CF, 19 and B0. RGB value is (207,25,176). Sum of RGB (Red+Green+Blue) = 207+25+176=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF19B0 is #30E64F. Grayscale: #606060. Windows color (decimal): -3204688 or 11540943. OLE color: 11540943.

HSL color Cylindrical-coordinate representation of color #CF19B0: hue angle of 310.22º degrees, saturation: 0.78, 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 #CF19B0 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 176 -
CMYK 0 0.88 0.15 0.19
HSL 310.22º 0.78% 0.45% -
HSV(B) 310.22º 0.88% 0.81% -
XYZ 33.92 17.1 42.59 -
YUV 96.63 172.8 206.72 -
System Red Green Blue C M Y K H S L
Decimal 207 25 176 0 0.88 0.15 0.19 310.22 0.78 0.45
Hex CF 19 B0 0 58 F 13 136 4E 2D
Octal 317 31 260 0 130 17 23 466 116 55
Binary 11001111 11001 10110000 0 1011000 1111 10011 100110110 1001110 101101

Color Harmonies of #CF19B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19B0

Black with #CF19B0

Text Example


Text Example

White with #CF19B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19B0; }

 p { color: rgb(207,25,176); }

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

background-color css

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

 a { background-color: rgb(207,25,176); }

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

border-color css

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

 span { border-color: rgb(207,25,176); }

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