Html Css Color HEX #CB25B2 Deep Magenta

📋 copy color: '#CB25B2'

red 203 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #CB25B2

Tints of Deep Magenta #CB25B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 48.56%
G = 8.85%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB25B2 (or 0xCB25B2) is known color: Deep Magenta. HEX triplet: CB, 25 and B2. RGB value is (203,37,178). Sum of RGB (Red+Green+Blue) = 203+37+178=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25B2 is #34DA4D. Grayscale: #666666. Windows color (decimal): -3463758 or 11675083. OLE color: 11675083.

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

Color convert

RGB 203 37 178 -
CMYK 0 0.82 0.12 0.20
HSL 309.04º 0.69% 0.47% -
HSV(B) 309.04º 0.82% 0.8% -
XYZ 33.33 17.23 43.69 -
YUV 102.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 203 37 178 0 0.82 0.12 0.20 309.04 0.69 0.47
Hex CB 25 B2 0 52 C 14 135 45 2F
Octal 313 45 262 0 122 14 24 465 105 57
Binary 11001011 100101 10110010 0 1010010 1100 10100 100110101 1000101 101111

Color Harmonies of #CB25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25B2

Black with #CB25B2

Text Example


Text Example

White with #CB25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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