#CF23D4

Color #CF23D4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CF23D4

Tints of Deep Magenta #CF23D4

Color information

#CF23D4 (or 0xCF23D4) is unknown color: approx Deep Magenta. HEX triplet: CF, 23 and D4. RGB value is (207,35,212). Sum of RGB (Red+Green+Blue) = 207+35+212=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF23D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF23D4 is #30DC2B. Grayscale: #6A6A6A. Windows color (decimal): -3202092 or 13902799. OLE color: 13902799.

HSL color Cylindrical-coordinate representation of color #CF23D4: hue angle of 298.31º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF23D4 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20735212-
CMYK0.020.8300.17
HSL298.31º71.66%48.43%-
HSV(B)298.31º83.49%83.14%-
XYZ38.2219.2263.98-
YUV106.61187.48199.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 35 (14.06% from 255) = 7.71%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=45.59%
G=7.71%
B=46.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207352120.020.8300.17298.3171.6648.43
HexCF23D425301112a4830
Octal31743324212302145211060
Binary11001111100011110101001010100110100011001010101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF23D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF23D4; }

 p { color: rgb(207,35,212); }

 H1.HeaderClassName
 {
   color: #CF23D4;
 }
 .AnyTagClassName
 {
   color: #CF23D4;
 }
</style>
background-color css

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

 a { background-color: rgb(207,35,212); }

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

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

 span { border-color: rgb(207,35,212); }

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