Html Css Color HEX #CF15BE Deep Magenta

📋 copy color: '#CF15BE'

red 207 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #CF15BE

Tints of Deep Magenta #CF15BE

RGB

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

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

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

R = 49.52%
G = 5.02%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF15BE (or 0xCF15BE) is known color: Deep Magenta. HEX triplet: CF, 15 and BE. RGB value is (207,21,190). Sum of RGB (Red+Green+Blue) = 207+21+190=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15BE is #30EA41. Grayscale: #5F5F5F. Windows color (decimal): -3205698 or 12457423. OLE color: 12457423.

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

Color convert

RGB 207 21 190 -
CMYK 0 0.90 0.08 0.19
HSL 305.48º 0.82% 0.45% -
HSV(B) 305.48º 0.9% 0.81% -
XYZ 35.29 17.52 50.24 -
YUV 95.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 207 21 190 0 0.90 0.08 0.19 305.48 0.82 0.45
Hex CF 15 BE 0 5A 8 13 131 52 2D
Octal 317 25 276 0 132 10 23 461 122 55
Binary 11001111 10101 10111110 0 1011010 1000 10011 100110001 1010010 101101

Color Harmonies of #CF15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15BE

Black with #CF15BE

Text Example


Text Example

White with #CF15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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