Html Css Color HEX #CF15BB Deep Magenta

📋 copy color: '#CF15BB'

red 207 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #CF15BB

Tints of Deep Magenta #CF15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.06%

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

R = 49.88%
G = 5.06%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF15BB (or 0xCF15BB) is known color: Deep Magenta. HEX triplet: CF, 15 and BB. RGB value is (207,21,187). Sum of RGB (Red+Green+Blue) = 207+21+187=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15BB is #30EA44. Grayscale: #5F5F5F. Windows color (decimal): -3205701 or 12260815. OLE color: 12260815.

HSL color Cylindrical-coordinate representation of color #CF15BB: hue angle of 306.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15BB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 187 -
CMYK 0 0.90 0.10 0.19
HSL 306.45º 0.82% 0.45% -
HSV(B) 306.45º 0.9% 0.81% -
XYZ 34.97 17.39 48.53 -
YUV 95.54 179.62 207.5 -
System Red Green Blue C M Y K H S L
Decimal 207 21 187 0 0.90 0.10 0.19 306.45 0.82 0.45
Hex CF 15 BB 0 5A A 13 132 52 2D
Octal 317 25 273 0 132 12 23 462 122 55
Binary 11001111 10101 10111011 0 1011010 1010 10011 100110010 1010010 101101

Color Harmonies of #CF15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15BB

Black with #CF15BB

Text Example


Text Example

White with #CF15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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