Html Css Color HEX #CF27D6 Deep Magenta

📋 copy color: '#CF27D6'

red 207 ◦ green 39 ◦ blue 214

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

Shades of Deep Magenta #CF27D6

Tints of Deep Magenta #CF27D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.52%

R = 45%
G = 8.48%
B = 46.52%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF27D6 (or 0xCF27D6) is known color: Deep Magenta. HEX triplet: CF, 27 and D6. RGB value is (207,39,214). Sum of RGB (Red+Green+Blue) = 207+39+214=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF27D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27D6 is #30D829. Grayscale: #6C6C6C. Windows color (decimal): -3201066 or 14034895. OLE color: 14034895.

HSL color Cylindrical-coordinate representation of color #CF27D6: hue angle of 297.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF27D6 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 39 214 -
CMYK 0.03 0.82 0 0.16
HSL 297.6º 0.69% 0.5% -
HSV(B) 297.6º 0.82% 0.84% -
XYZ 38.6 19.57 65.36 -
YUV 109.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 207 39 214 0.03 0.82 0 0.16 297.6 0.69 0.5
Hex CF 27 D6 3 52 0 10 12A 45 32
Octal 317 47 326 3 122 0 20 452 105 62
Binary 11001111 100111 11010110 11 1010010 0 10000 100101010 1000101 110010

Color Harmonies of #CF27D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27D6

Black with #CF27D6

Text Example


Text Example

White with #CF27D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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