Html Css Color HEX #CF25B2 Deep Magenta

📋 copy color: '#CF25B2'

red 207 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #CF25B2

Tints of Deep Magenta #CF25B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 49.05%
G = 8.77%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF25B2 (or 0xCF25B2) is known color: Deep Magenta. HEX triplet: CF, 25 and B2. RGB value is (207,37,178). Sum of RGB (Red+Green+Blue) = 207+37+178=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF25B2 is #30DA4D. Grayscale: #676767. Windows color (decimal): -3201614 or 11675087. OLE color: 11675087.

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

Color convert

RGB 207 37 178 -
CMYK 0 0.82 0.14 0.19
HSL 310.24º 0.7% 0.48% -
HSV(B) 310.24º 0.82% 0.81% -
XYZ 34.43 17.8 43.74 -
YUV 103.9 169.82 201.54 -
System Red Green Blue C M Y K H S L
Decimal 207 37 178 0 0.82 0.14 0.19 310.24 0.7 0.48
Hex CF 25 B2 0 52 E 13 136 46 30
Octal 317 45 262 0 122 16 23 466 106 60
Binary 11001111 100101 10110010 0 1010010 1110 10011 100110110 1000110 110000

Color Harmonies of #CF25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF25B2

Black with #CF25B2

Text Example


Text Example

White with #CF25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF25B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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