Html Css Color HEX #CF0BDD Deep Magenta

📋 copy color: '#CF0BDD'

red 207 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #CF0BDD

Tints of Deep Magenta #CF0BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

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

R = 47.15%
G = 2.51%
B = 50.34%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF0BDD (or 0xCF0BDD) is known color: Deep Magenta. HEX triplet: CF, 0B and DD. RGB value is (207,11,221). Sum of RGB (Red+Green+Blue) = 207+11+221=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF0BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BDD is #30F422. Grayscale: #5C5C5C. Windows color (decimal): -3208227 or 14486479. OLE color: 14486479.

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

Color convert

RGB 207 11 221 -
CMYK 0.06 0.95 0 0.13
HSL 296º 0.91% 0.45% -
HSV(B) 296º 0.95% 0.87% -
XYZ 38.9 18.73 69.97 -
YUV 93.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 207 11 221 0.06 0.95 0 0.13 296 0.91 0.45
Hex CF B DD 6 5F 0 D 128 5B 2D
Octal 317 13 335 6 137 0 15 450 133 55
Binary 11001111 1011 11011101 110 1011111 0 1101 100101000 1011011 101101

Color Harmonies of #CF0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0BDD

Black with #CF0BDD

Text Example


Text Example

White with #CF0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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