Html Css Color HEX #CB21CC Deep Magenta

📋 copy color: '#CB21CC'

red 203 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #CB21CC

Tints of Deep Magenta #CB21CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.5%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 46.14%
G = 7.5%
B = 46.36%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB21CC (or 0xCB21CC) is known color: Deep Magenta. HEX triplet: CB, 21 and CC. RGB value is (203,33,204). Sum of RGB (Red+Green+Blue) = 203+33+204=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21CC is #34DE33. Grayscale: #666666. Windows color (decimal): -3464756 or 13377995. OLE color: 13377995.

HSL color Cylindrical-coordinate representation of color #CB21CC: hue angle of 299.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21CC is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 33 204 -
CMYK 0.00 0.84 0 0.2
HSL 299.65º 0.72% 0.46% -
HSV(B) 299.65º 0.84% 0.8% -
XYZ 36.07 18.14 58.73 -
YUV 103.32 184.82 199.1 -
System Red Green Blue C M Y K H S L
Decimal 203 33 204 0.00 0.84 0 0.2 299.65 0.72 0.46
Hex CB 21 CC 0 54 0 14 12C 48 2E
Octal 313 41 314 0 124 0 24 454 110 56
Binary 11001011 100001 11001100 0 1010100 0 10100 100101100 1001000 101110

Color Harmonies of #CB21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21CC

Black with #CB21CC

Text Example


Text Example

White with #CB21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21CC; }

 p { color: rgb(203,33,204); }

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

background-color css

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

 a { background-color: rgb(203,33,204); }

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

border-color css

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

 span { border-color: rgb(203,33,204); }

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