Html Css Color HEX #CB13CC Deep Magenta

📋 copy color: '#CB13CC'

red 203 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #CB13CC

Tints of Deep Magenta #CB13CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.46%

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

R = 47.65%
G = 4.46%
B = 47.89%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB13CC (or 0xCB13CC) is known color: Deep Magenta. HEX triplet: CB, 13 and CC. RGB value is (203,19,204). Sum of RGB (Red+Green+Blue) = 203+19+204=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13CC is #34EC33. Grayscale: #5E5E5E. Windows color (decimal): -3468340 or 13374411. OLE color: 13374411.

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

Color convert

RGB 203 19 204 -
CMYK 0.00 0.91 0 0.2
HSL 299.68º 0.83% 0.44% -
HSV(B) 299.68º 0.91% 0.8% -
XYZ 35.76 17.52 58.62 -
YUV 95.11 189.46 204.96 -
System Red Green Blue C M Y K H S L
Decimal 203 19 204 0.00 0.91 0 0.2 299.68 0.83 0.44
Hex CB 13 CC 0 5B 0 14 12C 53 2C
Octal 313 23 314 0 133 0 24 454 123 54
Binary 11001011 10011 11001100 0 1011011 0 10100 100101100 1010011 101100

Color Harmonies of #CB13CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13CC

Black with #CB13CC

Text Example


Text Example

White with #CB13CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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