Html Css Color HEX #CF05DD Deep Magenta

📋 copy color: '#CF05DD'

red 207 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #CF05DD

Tints of Deep Magenta #CF05DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 47.81%
G = 1.15%
B = 51.04%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF05DD (or 0xCF05DD) is known color: Deep Magenta. HEX triplet: CF, 05 and DD. RGB value is (207,5,221). Sum of RGB (Red+Green+Blue) = 207+5+221=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05DD is #30FA22. Grayscale: #595959. Windows color (decimal): -3209763 or 14484943. OLE color: 14484943.

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

Color convert

RGB 207 5 221 -
CMYK 0.06 0.98 0 0.13
HSL 296.11º 0.96% 0.44% -
HSV(B) 296.11º 0.98% 0.87% -
XYZ 38.84 18.59 69.95 -
YUV 90.02 201.92 211.44 -
System Red Green Blue C M Y K H S L
Decimal 207 5 221 0.06 0.98 0 0.13 296.11 0.96 0.44
Hex CF 5 DD 6 62 0 D 128 60 2C
Octal 317 5 335 6 142 0 15 450 140 54
Binary 11001111 101 11011101 110 1100010 0 1101 100101000 1100000 101100

Color Harmonies of #CF05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF05DD

Black with #CF05DD

Text Example


Text Example

White with #CF05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF05DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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