Html Css Color HEX #CB0EB4 Deep Magenta

📋 copy color: '#CB0EB4'

red 203 ◦ green 14 ◦ blue 180

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

Shades of Deep Magenta #CB0EB4

Tints of Deep Magenta #CB0EB4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.53%

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

R = 51.13%
G = 3.53%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB0EB4 (or 0xCB0EB4) is known color: Deep Magenta. HEX triplet: CB, 0E and B4. RGB value is (203,14,180). Sum of RGB (Red+Green+Blue) = 203+14+180=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0EB4 is #34F14B. Grayscale: #585858. Windows color (decimal): -3469644 or 11800267. OLE color: 11800267.

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

Color convert

RGB 203 14 180 -
CMYK 0 0.93 0.11 0.20
HSL 307.3º 0.87% 0.43% -
HSV(B) 307.3º 0.93% 0.8% -
XYZ 33.02 16.31 44.59 -
YUV 89.44 179.12 209 -
System Red Green Blue C M Y K H S L
Decimal 203 14 180 0 0.93 0.11 0.20 307.3 0.87 0.43
Hex CB E B4 0 5D B 14 133 57 2B
Octal 313 16 264 0 135 13 24 463 127 53
Binary 11001011 1110 10110100 0 1011101 1011 10100 100110011 1010111 101011

Color Harmonies of #CB0EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EB4

Black with #CB0EB4

Text Example


Text Example

White with #CB0EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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