Html Css Color HEX #CF19BB Deep Magenta

📋 copy color: '#CF19BB'

red 207 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #CF19BB

Tints of Deep Magenta #CF19BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 49.4%
G = 5.97%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF19BB (or 0xCF19BB) is known color: Deep Magenta. HEX triplet: CF, 19 and BB. RGB value is (207,25,187). Sum of RGB (Red+Green+Blue) = 207+25+187=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19BB is #30E644. Grayscale: #616161. Windows color (decimal): -3204677 or 12261839. OLE color: 12261839.

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

Color convert

RGB 207 25 187 -
CMYK 0 0.88 0.10 0.19
HSL 306.59º 0.78% 0.45% -
HSV(B) 306.59º 0.88% 0.81% -
XYZ 35.05 17.55 48.55 -
YUV 97.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 207 25 187 0 0.88 0.10 0.19 306.59 0.78 0.45
Hex CF 19 BB 0 58 A 13 133 4E 2D
Octal 317 31 273 0 130 12 23 463 116 55
Binary 11001111 11001 10111011 0 1011000 1010 10011 100110011 1001110 101101

Color Harmonies of #CF19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19BB

Black with #CF19BB

Text Example


Text Example

White with #CF19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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