Html Css Color HEX #CB25B9 Deep Magenta

📋 copy color: '#CB25B9'

red 203 ◦ green 37 ◦ blue 185

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

Shades of Deep Magenta #CB25B9

Tints of Deep Magenta #CB25B9

RGB

 RED value IS 203 (79.69% from 255) = 47.76%

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

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 47.76%
G = 8.71%
B = 43.53%

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

#CB25B9 (or 0xCB25B9) is known color: Deep Magenta. HEX triplet: CB, 25 and B9. RGB value is (203,37,185). Sum of RGB (Red+Green+Blue) = 203+37+185=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25B9 is #34DA46. Grayscale: #676767. Windows color (decimal): -3463751 or 12133835. OLE color: 12133835.

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

Color convert

RGB 203 37 185 -
CMYK 0 0.82 0.09 0.20
HSL 306.51º 0.69% 0.47% -
HSV(B) 306.51º 0.82% 0.8% -
XYZ 34.05 17.52 47.49 -
YUV 103.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 203 37 185 0 0.82 0.09 0.20 306.51 0.69 0.47
Hex CB 25 B9 0 52 9 14 133 45 2F
Octal 313 45 271 0 122 11 24 463 105 57
Binary 11001011 100101 10111001 0 1010010 1001 10100 100110011 1000101 101111

Color Harmonies of #CB25B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25B9

Black with #CB25B9

Text Example


Text Example

White with #CB25B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25B9; }

 p { color: rgb(203,37,185); }

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

background-color css

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

 a { background-color: rgb(203,37,185); }

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

border-color css

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

 span { border-color: rgb(203,37,185); }

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