Html Css Color HEX #CF0CDD Deep Magenta

📋 copy color: '#CF0CDD'

red 207 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #CF0CDD

Tints of Deep Magenta #CF0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

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

R = 47.05%
G = 2.73%
B = 50.23%

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

#CF0CDD (or 0xCF0CDD) is known color: Deep Magenta. HEX triplet: CF, 0C and DD. RGB value is (207,12,221). Sum of RGB (Red+Green+Blue) = 207+12+221=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CDD is #30F322. Grayscale: #5D5D5D. Windows color (decimal): -3207971 or 14486735. OLE color: 14486735.

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

Color convert

RGB 207 12 221 -
CMYK 0.06 0.95 0 0.13
HSL 295.98º 0.9% 0.46% -
HSV(B) 295.98º 0.95% 0.87% -
XYZ 38.91 18.75 69.97 -
YUV 94.13 199.6 208.51 -
System Red Green Blue C M Y K H S L
Decimal 207 12 221 0.06 0.95 0 0.13 295.98 0.9 0.46
Hex CF C DD 6 5F 0 D 128 5A 2E
Octal 317 14 335 6 137 0 15 450 132 56
Binary 11001111 1100 11011101 110 1011111 0 1101 100101000 1011010 101110

Color Harmonies of #CF0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0CDD

Black with #CF0CDD

Text Example


Text Example

White with #CF0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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