Html Css Color HEX #CF25D1 Deep Magenta

📋 copy color: '#CF25D1'

red 207 ◦ green 37 ◦ blue 209

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

Shades of Deep Magenta #CF25D1

Tints of Deep Magenta #CF25D1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.17%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 45.7%
G = 8.17%
B = 46.14%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF25D1 (or 0xCF25D1) is known color: Deep Magenta. HEX triplet: CF, 25 and D1. RGB value is (207,37,209). Sum of RGB (Red+Green+Blue) = 207+37+209=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF25D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25D1 is #30DA2E. Grayscale: #6A6A6A. Windows color (decimal): -3201583 or 13706703. OLE color: 13706703.

HSL color Cylindrical-coordinate representation of color #CF25D1: hue angle of 299.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF25D1 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 37 209 -
CMYK 0.01 0.82 0 0.18
HSL 299.3º 0.7% 0.48% -
HSV(B) 299.3º 0.82% 0.82% -
XYZ 37.9 19.19 62.03 -
YUV 107.44 185.32 199.01 -
System Red Green Blue C M Y K H S L
Decimal 207 37 209 0.01 0.82 0 0.18 299.3 0.7 0.48
Hex CF 25 D1 1 52 0 12 12B 46 30
Octal 317 45 321 1 122 0 22 453 106 60
Binary 11001111 100101 11010001 1 1010010 0 10010 100101011 1000110 110000

Color Harmonies of #CF25D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF25D1

Black with #CF25D1

Text Example


Text Example

White with #CF25D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF25D1; }

 p { color: rgb(207,37,209); }

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

background-color css

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

 a { background-color: rgb(207,37,209); }

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

border-color css

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

 span { border-color: rgb(207,37,209); }

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