Html Css Color HEX #CF25C9 Deep Magenta

📋 copy color: '#CF25C9'

red 207 ◦ green 37 ◦ blue 201

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

Shades of Deep Magenta #CF25C9

Tints of Deep Magenta #CF25C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 46.52%
G = 8.31%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF25C9 (or 0xCF25C9) is known color: Deep Magenta. HEX triplet: CF, 25 and C9. RGB value is (207,37,201). Sum of RGB (Red+Green+Blue) = 207+37+201=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25C9 is #30DA36. Grayscale: #6A6A6A. Windows color (decimal): -3201591 or 13182415. OLE color: 13182415.

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

Color convert

RGB 207 37 201 -
CMYK 0 0.82 0.03 0.19
HSL 302.12º 0.7% 0.48% -
HSV(B) 302.12º 0.82% 0.81% -
XYZ 36.94 18.81 56.94 -
YUV 106.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 207 37 201 0 0.82 0.03 0.19 302.12 0.7 0.48
Hex CF 25 C9 0 52 3 13 12E 46 30
Octal 317 45 311 0 122 3 23 456 106 60
Binary 11001111 100101 11001001 0 1010010 11 10011 100101110 1000110 110000

Color Harmonies of #CF25C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF25C9

Black with #CF25C9

Text Example


Text Example

White with #CF25C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF25C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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