Html Css Color HEX #CF07DD Deep Magenta

📋 copy color: '#CF07DD'

red 207 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #CF07DD

Tints of Deep Magenta #CF07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

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

R = 47.59%
G = 1.61%
B = 50.8%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF07DD (or 0xCF07DD) is known color: Deep Magenta. HEX triplet: CF, 07 and DD. RGB value is (207,7,221). Sum of RGB (Red+Green+Blue) = 207+7+221=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07DD is #30F822. Grayscale: #5A5A5A. Windows color (decimal): -3209251 or 14485455. OLE color: 14485455.

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

Color convert

RGB 207 7 221 -
CMYK 0.06 0.97 0 0.13
HSL 296.07º 0.94% 0.45% -
HSV(B) 296.07º 0.97% 0.87% -
XYZ 38.86 18.64 69.96 -
YUV 91.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 207 7 221 0.06 0.97 0 0.13 296.07 0.94 0.45
Hex CF 7 DD 6 61 0 D 128 5E 2D
Octal 317 7 335 6 141 0 15 450 136 55
Binary 11001111 111 11011101 110 1100001 0 1101 100101000 1011110 101101

Color Harmonies of #CF07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF07DD

Black with #CF07DD

Text Example


Text Example

White with #CF07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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