Html Css Color HEX #CD25B8 Deep Magenta

📋 copy color: '#CD25B8'

red 205 ◦ green 37 ◦ blue 184

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

Shades of Deep Magenta #CD25B8

Tints of Deep Magenta #CD25B8

RGB

 RED value IS 205 (80.47% from 255) = 48.12%

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

 BLUE value IS 184 (72.27% from 255) = 43.19%

R = 48.12%
G = 8.69%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD25B8 (or 0xCD25B8) is known color: Deep Magenta. HEX triplet: CD, 25 and B8. RGB value is (205,37,184). Sum of RGB (Red+Green+Blue) = 205+37+184=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD25B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD25B8 is #32DA47. Grayscale: #676767. Windows color (decimal): -3332680 or 12068301. OLE color: 12068301.

HSL color Cylindrical-coordinate representation of color #CD25B8: hue angle of 307.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD25B8 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 184 -
CMYK 0 0.82 0.10 0.20
HSL 307.5º 0.69% 0.47% -
HSV(B) 307.5º 0.82% 0.8% -
XYZ 34.49 17.76 46.96 -
YUV 103.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 205 37 184 0 0.82 0.10 0.20 307.5 0.69 0.47
Hex CD 25 B8 0 52 A 14 134 45 2F
Octal 315 45 270 0 122 12 24 464 105 57
Binary 11001101 100101 10111000 0 1010010 1010 10100 100110100 1000101 101111

Color Harmonies of #CD25B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25B8

Black with #CD25B8

Text Example


Text Example

White with #CD25B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25B8; }

 p { color: rgb(205,37,184); }

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

background-color css

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

 a { background-color: rgb(205,37,184); }

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

border-color css

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

 span { border-color: rgb(205,37,184); }

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