Html Css Color HEX #CF27DB Deep Magenta

📋 copy color: '#CF27DB'

red 207 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #CF27DB

Tints of Deep Magenta #CF27DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 44.52%
G = 8.39%
B = 47.1%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF27DB (or 0xCF27DB) is known color: Deep Magenta. HEX triplet: CF, 27 and DB. RGB value is (207,39,219). Sum of RGB (Red+Green+Blue) = 207+39+219=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27DB is #30D824. Grayscale: #6D6D6D. Windows color (decimal): -3201061 or 14362575. OLE color: 14362575.

HSL color Cylindrical-coordinate representation of color #CF27DB: hue angle of 296º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF27DB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 39 219 -
CMYK 0.05 0.82 0 0.14
HSL 296º 0.71% 0.51% -
HSV(B) 296º 0.82% 0.86% -
XYZ 39.24 19.83 68.78 -
YUV 109.75 189.66 197.36 -
System Red Green Blue C M Y K H S L
Decimal 207 39 219 0.05 0.82 0 0.14 296 0.71 0.51
Hex CF 27 DB 5 52 0 E 128 47 33
Octal 317 47 333 5 122 0 16 450 107 63
Binary 11001111 100111 11011011 101 1010010 0 1110 100101000 1000111 110011

Color Harmonies of #CF27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27DB

Black with #CF27DB

Text Example


Text Example

White with #CF27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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