Html Css Color HEX #CF0CDC Deep Magenta

📋 copy color: '#CF0CDC'

red 207 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #CF0CDC

Tints of Deep Magenta #CF0CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 47.15%
G = 2.73%
B = 50.11%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF0CDC (or 0xCF0CDC) is known color: Deep Magenta. HEX triplet: CF, 0C and DC. RGB value is (207,12,220). Sum of RGB (Red+Green+Blue) = 207+12+220=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CDC is #30F323. Grayscale: #5D5D5D. Windows color (decimal): -3207972 or 14421199. OLE color: 14421199.

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

Color convert

RGB 207 12 220 -
CMYK 0.06 0.95 0 0.14
HSL 296.25º 0.9% 0.45% -
HSV(B) 296.25º 0.95% 0.86% -
XYZ 38.78 18.7 69.27 -
YUV 94.02 199.1 208.59 -
System Red Green Blue C M Y K H S L
Decimal 207 12 220 0.06 0.95 0 0.14 296.25 0.9 0.45
Hex CF C DC 6 5F 0 E 128 5A 2D
Octal 317 14 334 6 137 0 16 450 132 55
Binary 11001111 1100 11011100 110 1011111 0 1110 100101000 1011010 101101

Color Harmonies of #CF0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0CDC

Black with #CF0CDC

Text Example


Text Example

White with #CF0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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