Html Css Color HEX #CF06E1 Deep Magenta

📋 copy color: '#CF06E1'

red 207 ◦ green 6 ◦ blue 225

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

Shades of Deep Magenta #CF06E1

Tints of Deep Magenta #CF06E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

 BLUE value IS 225 (88.28% from 255) = 51.37%

R = 47.26%
G = 1.37%
B = 51.37%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF06E1 (or 0xCF06E1) is known color: Deep Magenta. HEX triplet: CF, 06 and E1. RGB value is (207,6,225). Sum of RGB (Red+Green+Blue) = 207+6+225=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF06E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06E1 is #30F91E. Grayscale: #5A5A5A. Windows color (decimal): -3209503 or 14747343. OLE color: 14747343.

HSL color Cylindrical-coordinate representation of color #CF06E1: hue angle of 295.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06E1 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 6 225 -
CMYK 0.08 0.97 0 0.12
HSL 295.07º 0.95% 0.45% -
HSV(B) 295.07º 0.97% 0.88% -
XYZ 39.39 18.83 72.79 -
YUV 91.07 203.59 210.69 -
System Red Green Blue C M Y K H S L
Decimal 207 6 225 0.08 0.97 0 0.12 295.07 0.95 0.45
Hex CF 6 E1 8 61 0 C 127 5F 2D
Octal 317 6 341 10 141 0 14 447 137 55
Binary 11001111 110 11100001 1000 1100001 0 1100 100100111 1011111 101101

Color Harmonies of #CF06E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06E1

Black with #CF06E1

Text Example


Text Example

White with #CF06E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06E1; }

 p { color: rgb(207,6,225); }

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

background-color css

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

 a { background-color: rgb(207,6,225); }

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

border-color css

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

 span { border-color: rgb(207,6,225); }

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