Html Css Color HEX #CB03B4 Deep Magenta

📋 copy color: '#CB03B4'

red 203 ◦ green 3 ◦ blue 180

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

Shades of Deep Magenta #CB03B4

Tints of Deep Magenta #CB03B4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 180 (70.7% from 255) = 46.63%

R = 52.59%
G = 0.78%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB03B4 (or 0xCB03B4) is known color: Deep Magenta. HEX triplet: CB, 03 and B4. RGB value is (203,3,180). Sum of RGB (Red+Green+Blue) = 203+3+180=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB03B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03B4 is #34FC4B. Grayscale: #525252. Windows color (decimal): -3472460 or 11797451. OLE color: 11797451.

HSL color Cylindrical-coordinate representation of color #CB03B4: hue angle of 306.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03B4 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 180 -
CMYK 0 0.99 0.11 0.20
HSL 306.9º 0.97% 0.4% -
HSV(B) 306.9º 0.99% 0.8% -
XYZ 32.9 16.06 44.55 -
YUV 82.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 203 3 180 0 0.99 0.11 0.20 306.9 0.97 0.4
Hex CB 3 B4 0 63 B 14 133 61 28
Octal 313 3 264 0 143 13 24 463 141 50
Binary 11001011 11 10110100 0 1100011 1011 10100 100110011 1100001 101000

Color Harmonies of #CB03B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB03B4

Black with #CB03B4

Text Example


Text Example

White with #CB03B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB03B4; }

 p { color: rgb(203,3,180); }

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

background-color css

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

 a { background-color: rgb(203,3,180); }

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

border-color css

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

 span { border-color: rgb(203,3,180); }

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