Html Css Color HEX #CF25BB Deep Magenta

📋 copy color: '#CF25BB'

red 207 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #CF25BB

Tints of Deep Magenta #CF25BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.58%

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

R = 48.03%
G = 8.58%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF25BB (or 0xCF25BB) is known color: Deep Magenta. HEX triplet: CF, 25 and BB. RGB value is (207,37,187). Sum of RGB (Red+Green+Blue) = 207+37+187=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25BB is #30DA44. Grayscale: #686868. Windows color (decimal): -3201605 or 12264911. OLE color: 12264911.

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

Color convert

RGB 207 37 187 -
CMYK 0 0.82 0.10 0.19
HSL 307.06º 0.7% 0.48% -
HSV(B) 307.06º 0.82% 0.81% -
XYZ 35.36 18.18 48.66 -
YUV 104.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 207 37 187 0 0.82 0.10 0.19 307.06 0.7 0.48
Hex CF 25 BB 0 52 A 13 133 46 30
Octal 317 45 273 0 122 12 23 463 106 60
Binary 11001111 100101 10111011 0 1010010 1010 10011 100110011 1000110 110000

Color Harmonies of #CF25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF25BB

Black with #CF25BB

Text Example


Text Example

White with #CF25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF25BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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