Html Css Color HEX #CF25BC Deep Magenta

📋 copy color: '#CF25BC'

red 207 ◦ green 37 ◦ blue 188

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

Shades of Deep Magenta #CF25BC

Tints of Deep Magenta #CF25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 47.92%
G = 8.56%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF25BC (or 0xCF25BC) is known color: Deep Magenta. HEX triplet: CF, 25 and BC. RGB value is (207,37,188). Sum of RGB (Red+Green+Blue) = 207+37+188=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25BC is #30DA43. Grayscale: #686868. Windows color (decimal): -3201604 or 12330447. OLE color: 12330447.

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

Color convert

RGB 207 37 188 -
CMYK 0 0.82 0.09 0.19
HSL 306.71º 0.7% 0.48% -
HSV(B) 306.71º 0.82% 0.81% -
XYZ 35.47 18.22 49.22 -
YUV 105.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 207 37 188 0 0.82 0.09 0.19 306.71 0.7 0.48
Hex CF 25 BC 0 52 9 13 133 46 30
Octal 317 45 274 0 122 11 23 463 106 60
Binary 11001111 100101 10111100 0 1010010 1001 10011 100110011 1000110 110000

Color Harmonies of #CF25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF25BC

Black with #CF25BC

Text Example


Text Example

White with #CF25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF25BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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