Html Css Color HEX #CF27BB Deep Magenta

📋 copy color: '#CF27BB'

red 207 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #CF27BB

Tints of Deep Magenta #CF27BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.01%

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

R = 47.81%
G = 9.01%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF27BB (or 0xCF27BB) is known color: Deep Magenta. HEX triplet: CF, 27 and BB. RGB value is (207,39,187). Sum of RGB (Red+Green+Blue) = 207+39+187=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27BB is #30D844. Grayscale: #696969. Windows color (decimal): -3201093 or 12265423. OLE color: 12265423.

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

Color convert

RGB 207 39 187 -
CMYK 0 0.81 0.10 0.19
HSL 307.14º 0.68% 0.48% -
HSV(B) 307.14º 0.81% 0.81% -
XYZ 35.43 18.3 48.68 -
YUV 106.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 207 39 187 0 0.81 0.10 0.19 307.14 0.68 0.48
Hex CF 27 BB 0 51 A 13 133 44 30
Octal 317 47 273 0 121 12 23 463 104 60
Binary 11001111 100111 10111011 0 1010001 1010 10011 100110011 1000100 110000

Color Harmonies of #CF27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27BB

Black with #CF27BB

Text Example


Text Example

White with #CF27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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