Html Css Color HEX #CF28BE Deep Magenta

📋 copy color: '#CF28BE'

red 207 ◦ green 40 ◦ blue 190

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

Shades of Deep Magenta #CF28BE

Tints of Deep Magenta #CF28BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.15%

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

R = 47.37%
G = 9.15%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF28BE (or 0xCF28BE) is known color: Deep Magenta. HEX triplet: CF, 28 and BE. RGB value is (207,40,190). Sum of RGB (Red+Green+Blue) = 207+40+190=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28BE is #30D741. Grayscale: #6A6A6A. Windows color (decimal): -3200834 or 12462287. OLE color: 12462287.

HSL color Cylindrical-coordinate representation of color #CF28BE: hue angle of 306.11º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28BE is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 190 -
CMYK 0 0.81 0.08 0.19
HSL 306.11º 0.68% 0.48% -
HSV(B) 306.11º 0.81% 0.81% -
XYZ 35.79 18.5 50.4 -
YUV 107.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 207 40 190 0 0.81 0.08 0.19 306.11 0.68 0.48
Hex CF 28 BE 0 51 8 13 132 44 30
Octal 317 50 276 0 121 10 23 462 104 60
Binary 11001111 101000 10111110 0 1010001 1000 10011 100110010 1000100 110000

Color Harmonies of #CF28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF28BE

Black with #CF28BE

Text Example


Text Example

White with #CF28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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