Html Css Color HEX #CF12DA Deep Magenta

📋 copy color: '#CF12DA'

red 207 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #CF12DA

Tints of Deep Magenta #CF12DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 46.73%
G = 4.06%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF12DA (or 0xCF12DA) is known color: Deep Magenta. HEX triplet: CF, 12 and DA. RGB value is (207,18,218). Sum of RGB (Red+Green+Blue) = 207+18+218=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12DA is #30ED25. Grayscale: #606060. Windows color (decimal): -3206438 or 14291663. OLE color: 14291663.

HSL color Cylindrical-coordinate representation of color #CF12DA: hue angle of 296.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF12DA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 18 218 -
CMYK 0.05 0.92 0 0.15
HSL 296.7º 0.85% 0.46% -
HSV(B) 296.7º 0.92% 0.85% -
XYZ 38.6 18.76 67.92 -
YUV 97.31 196.12 206.24 -
System Red Green Blue C M Y K H S L
Decimal 207 18 218 0.05 0.92 0 0.15 296.7 0.85 0.46
Hex CF 12 DA 5 5C 0 F 129 55 2E
Octal 317 22 332 5 134 0 17 451 125 56
Binary 11001111 10010 11011010 101 1011100 0 1111 100101001 1010101 101110

Color Harmonies of #CF12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF12DA

Black with #CF12DA

Text Example


Text Example

White with #CF12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF12DA; }

 p { color: rgb(207,18,218); }

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

background-color css

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

 a { background-color: rgb(207,18,218); }

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

border-color css

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

 span { border-color: rgb(207,18,218); }

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