Html Css Color HEX #CF19BE Deep Magenta

📋 copy color: '#CF19BE'

red 207 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #CF19BE

Tints of Deep Magenta #CF19BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 49.05%
G = 5.92%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF19BE (or 0xCF19BE) is known color: Deep Magenta. HEX triplet: CF, 19 and BE. RGB value is (207,25,190). Sum of RGB (Red+Green+Blue) = 207+25+190=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19BE is #30E641. Grayscale: #616161. Windows color (decimal): -3204674 or 12458447. OLE color: 12458447.

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

Color convert

RGB 207 25 190 -
CMYK 0 0.88 0.08 0.19
HSL 305.6º 0.78% 0.45% -
HSV(B) 305.6º 0.88% 0.81% -
XYZ 35.37 17.68 50.26 -
YUV 98.23 179.8 205.58 -
System Red Green Blue C M Y K H S L
Decimal 207 25 190 0 0.88 0.08 0.19 305.6 0.78 0.45
Hex CF 19 BE 0 58 8 13 132 4E 2D
Octal 317 31 276 0 130 10 23 462 116 55
Binary 11001111 11001 10111110 0 1011000 1000 10011 100110010 1001110 101101

Color Harmonies of #CF19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19BE

Black with #CF19BE

Text Example


Text Example

White with #CF19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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