Html Css Color HEX #CB25BE Deep Magenta

📋 copy color: '#CB25BE'

red 203 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #CB25BE

Tints of Deep Magenta #CB25BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 47.21%
G = 8.6%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB25BE (or 0xCB25BE) is known color: Deep Magenta. HEX triplet: CB, 25 and BE. RGB value is (203,37,190). Sum of RGB (Red+Green+Blue) = 203+37+190=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25BE is #34DA41. Grayscale: #676767. Windows color (decimal): -3463746 or 12461515. OLE color: 12461515.

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

Color convert

RGB 203 37 190 -
CMYK 0 0.82 0.06 0.20
HSL 304.7º 0.69% 0.47% -
HSV(B) 304.7º 0.82% 0.8% -
XYZ 34.58 17.74 50.32 -
YUV 104.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 203 37 190 0 0.82 0.06 0.20 304.7 0.69 0.47
Hex CB 25 BE 0 52 6 14 131 45 2F
Octal 313 45 276 0 122 6 24 461 105 57
Binary 11001011 100101 10111110 0 1010010 110 10100 100110001 1000101 101111

Color Harmonies of #CB25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25BE

Black with #CB25BE

Text Example


Text Example

White with #CB25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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