Html Css Color HEX #CF25D0 Deep Magenta

📋 copy color: '#CF25D0'

red 207 ◦ green 37 ◦ blue 208

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

Shades of Deep Magenta #CF25D0

Tints of Deep Magenta #CF25D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 45.8%
G = 8.19%
B = 46.02%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF25D0 (or 0xCF25D0) is known color: Deep Magenta. HEX triplet: CF, 25 and D0. RGB value is (207,37,208). Sum of RGB (Red+Green+Blue) = 207+37+208=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF25D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25D0 is #30DA2F. Grayscale: #6A6A6A. Windows color (decimal): -3201584 or 13641167. OLE color: 13641167.

HSL color Cylindrical-coordinate representation of color #CF25D0: hue angle of 299.65º 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 #CF25D0 is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 37 208 -
CMYK 0.00 0.82 0 0.18
HSL 299.65º 0.7% 0.48% -
HSV(B) 299.65º 0.82% 0.82% -
XYZ 37.78 19.14 61.38 -
YUV 107.32 184.82 199.1 -
System Red Green Blue C M Y K H S L
Decimal 207 37 208 0.00 0.82 0 0.18 299.65 0.7 0.48
Hex CF 25 D0 0 52 0 12 12C 46 30
Octal 317 45 320 0 122 0 22 454 106 60
Binary 11001111 100101 11010000 0 1010010 0 10010 100101100 1000110 110000

Color Harmonies of #CF25D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF25D0

Black with #CF25D0

Text Example


Text Example

White with #CF25D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF25D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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