Html Css Color HEX #CB15E0 Deep Magenta

📋 copy color: '#CB15E0'

red 203 ◦ green 21 ◦ blue 224

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

Shades of Deep Magenta #CB15E0

Tints of Deep Magenta #CB15E0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.69%

 BLUE value IS 224 (87.89% from 255) = 50%

R = 45.31%
G = 4.69%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB15E0 (or 0xCB15E0) is known color: Deep Magenta. HEX triplet: CB, 15 and E0. RGB value is (203,21,224). Sum of RGB (Red+Green+Blue) = 203+21+224=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB15E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15E0 is #34EA1F. Grayscale: #616161. Windows color (decimal): -3467808 or 14685643. OLE color: 14685643.

HSL color Cylindrical-coordinate representation of color #CB15E0: hue angle of 293.79º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15E0 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 21 224 -
CMYK 0.09 0.91 0 0.12
HSL 293.79º 0.83% 0.48% -
HSV(B) 293.79º 0.91% 0.88% -
XYZ 38.35 18.61 72.09 -
YUV 98.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 203 21 224 0.09 0.91 0 0.12 293.79 0.83 0.48
Hex CB 15 E0 9 5B 0 C 126 53 30
Octal 313 25 340 11 133 0 14 446 123 60
Binary 11001011 10101 11100000 1001 1011011 0 1100 100100110 1010011 110000

Color Harmonies of #CB15E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15E0

Black with #CB15E0

Text Example


Text Example

White with #CB15E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15E0; }

 p { color: rgb(203,21,224); }

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

background-color css

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

 a { background-color: rgb(203,21,224); }

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

border-color css

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

 span { border-color: rgb(203,21,224); }

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