Html Css Color HEX #CF28C6 Deep Magenta

📋 copy color: '#CF28C6'

red 207 ◦ green 40 ◦ blue 198

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

Shades of Deep Magenta #CF28C6

Tints of Deep Magenta #CF28C6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.99%

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 46.52%
G = 8.99%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF28C6 (or 0xCF28C6) is known color: Deep Magenta. HEX triplet: CF, 28 and C6. RGB value is (207,40,198). Sum of RGB (Red+Green+Blue) = 207+40+198=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28C6 is #30D739. Grayscale: #6B6B6B. Windows color (decimal): -3200826 or 12986575. OLE color: 12986575.

HSL color Cylindrical-coordinate representation of color #CF28C6: hue angle of 303.23º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28C6 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 198 -
CMYK 0 0.81 0.04 0.19
HSL 303.23º 0.68% 0.48% -
HSV(B) 303.23º 0.81% 0.81% -
XYZ 36.68 18.86 55.13 -
YUV 107.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 207 40 198 0 0.81 0.04 0.19 303.23 0.68 0.48
Hex CF 28 C6 0 51 4 13 12F 44 30
Octal 317 50 306 0 121 4 23 457 104 60
Binary 11001111 101000 11000110 0 1010001 100 10011 100101111 1000100 110000

Color Harmonies of #CF28C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF28C6

Black with #CF28C6

Text Example


Text Example

White with #CF28C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF28C6; }

 p { color: rgb(207,40,198); }

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

background-color css

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

 a { background-color: rgb(207,40,198); }

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

border-color css

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

 span { border-color: rgb(207,40,198); }

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