Html Css Color HEX #C913CC Deep Magenta

📋 copy color: '#C913CC'

red 201 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #C913CC

Tints of Deep Magenta #C913CC

RGB

 RED value IS 201 (78.91% from 255) = 47.41%

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

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

R = 47.41%
G = 4.48%
B = 48.11%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C913CC (or 0xC913CC) is known color: Deep Magenta. HEX triplet: C9, 13 and CC. RGB value is (201,19,204). Sum of RGB (Red+Green+Blue) = 201+19+204=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C913CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913CC is #36EC33. Grayscale: #5D5D5D. Windows color (decimal): -3599412 or 13374409. OLE color: 13374409.

HSL color Cylindrical-coordinate representation of color #C913CC: hue angle of 299.03º 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 #C913CC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 19 204 -
CMYK 0.01 0.91 0 0.2
HSL 299.03º 0.83% 0.44% -
HSV(B) 299.03º 0.91% 0.8% -
XYZ 35.22 17.24 58.6 -
YUV 94.51 189.8 203.96 -
System Red Green Blue C M Y K H S L
Decimal 201 19 204 0.01 0.91 0 0.2 299.03 0.83 0.44
Hex C9 13 CC 1 5B 0 14 12B 53 2C
Octal 311 23 314 1 133 0 24 453 123 54
Binary 11001001 10011 11001100 1 1011011 0 10100 100101011 1010011 101100

Color Harmonies of #C913CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913CC

Black with #C913CC

Text Example


Text Example

White with #C913CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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