Html Css Color HEX #CF27DD Deep Magenta

📋 copy color: '#CF27DD'

red 207 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #CF27DD

Tints of Deep Magenta #CF27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 44.33%
G = 8.35%
B = 47.32%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF27DD (or 0xCF27DD) is known color: Deep Magenta. HEX triplet: CF, 27 and DD. RGB value is (207,39,221). Sum of RGB (Red+Green+Blue) = 207+39+221=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27DD is #30D822. Grayscale: #6D6D6D. Windows color (decimal): -3201059 or 14493647. OLE color: 14493647.

HSL color Cylindrical-coordinate representation of color #CF27DD: hue angle of 295.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF27DD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 39 221 -
CMYK 0.06 0.82 0 0.13
HSL 295.38º 0.73% 0.51% -
HSV(B) 295.38º 0.82% 0.87% -
XYZ 39.51 19.94 70.17 -
YUV 109.98 190.66 197.2 -
System Red Green Blue C M Y K H S L
Decimal 207 39 221 0.06 0.82 0 0.13 295.38 0.73 0.51
Hex CF 27 DD 6 52 0 D 127 49 33
Octal 317 47 335 6 122 0 15 447 111 63
Binary 11001111 100111 11011101 110 1010010 0 1101 100100111 1001001 110011

Color Harmonies of #CF27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27DD

Black with #CF27DD

Text Example


Text Example

White with #CF27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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