Html Css Color HEX #CD25BA Deep Magenta

📋 copy color: '#CD25BA'

red 205 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #CD25BA

Tints of Deep Magenta #CD25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 47.9%
G = 8.64%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD25BA (or 0xCD25BA) is known color: Deep Magenta. HEX triplet: CD, 25 and BA. RGB value is (205,37,186). Sum of RGB (Red+Green+Blue) = 205+37+186=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD25BA is #32DA45. Grayscale: #676767. Windows color (decimal): -3332678 or 12199373. OLE color: 12199373.

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

Color convert

RGB 205 37 186 -
CMYK 0 0.82 0.09 0.20
HSL 306.79º 0.69% 0.47% -
HSV(B) 306.79º 0.82% 0.8% -
XYZ 34.7 17.85 48.07 -
YUV 104.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 205 37 186 0 0.82 0.09 0.20 306.79 0.69 0.47
Hex CD 25 BA 0 52 9 14 133 45 2F
Octal 315 45 272 0 122 11 24 463 105 57
Binary 11001101 100101 10111010 0 1010010 1001 10100 100110011 1000101 101111

Color Harmonies of #CD25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25BA

Black with #CD25BA

Text Example


Text Example

White with #CD25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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