Html Css Color HEX #CB25DB Deep Magenta

📋 copy color: '#CB25DB'

red 203 ◦ green 37 ◦ blue 219

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

Shades of Deep Magenta #CB25DB

Tints of Deep Magenta #CB25DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 44.23%
G = 8.06%
B = 47.71%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB25DB (or 0xCB25DB) is known color: Deep Magenta. HEX triplet: CB, 25 and DB. RGB value is (203,37,219). Sum of RGB (Red+Green+Blue) = 203+37+219=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25DB is #34DA24. Grayscale: #6A6A6A. Windows color (decimal): -3463717 or 14362059. OLE color: 14362059.

HSL color Cylindrical-coordinate representation of color #CB25DB: hue angle of 294.73º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB25DB is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 37 219 -
CMYK 0.07 0.83 0 0.14
HSL 294.73º 0.72% 0.5% -
HSV(B) 294.73º 0.83% 0.86% -
XYZ 38.08 19.13 68.7 -
YUV 107.38 191 196.2 -
System Red Green Blue C M Y K H S L
Decimal 203 37 219 0.07 0.83 0 0.14 294.73 0.72 0.5
Hex CB 25 DB 7 53 0 E 127 48 32
Octal 313 45 333 7 123 0 16 447 110 62
Binary 11001011 100101 11011011 111 1010011 0 1110 100100111 1001000 110010

Color Harmonies of #CB25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25DB

Black with #CB25DB

Text Example


Text Example

White with #CB25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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