Html Css Color HEX #C300DD Deep Magenta

📋 copy color: '#C300DD'

red 195 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #C300DD

Tints of Deep Magenta #C300DD

RGB

 RED value IS 195 (76.56% from 255) = 46.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 46.88%
G = 0%
B = 53.13%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C300DD (or 0xC300DD) is known color: Deep Magenta. HEX triplet: C3, 00 and DD. RGB value is (195,0,221). Sum of RGB (Red+Green+Blue) = 195+0+221=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #C300DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300DD is #3CFF22. Grayscale: #525252. Windows color (decimal): -3997475 or 14483651. OLE color: 14483651.

HSL color Cylindrical-coordinate representation of color #C300DD: hue angle of 292.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300DD is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 0 221 -
CMYK 0.12 1 0 0.13
HSL 292.94º 1% 0.43% -
HSV(B) 292.94º 1% 0.87% -
XYZ 35.56 16.82 69.78 -
YUV 83.5 205.6 207.53 -
System Red Green Blue C M Y K H S L
Decimal 195 0 221 0.12 1 0 0.13 292.94 1 0.43
Hex C3 0 DD C 64 0 D 125 64 2B
Octal 303 0 335 14 144 0 15 445 144 53
Binary 11000011 0 11011101 1100 1100100 0 1101 100100101 1100100 101011

Color Harmonies of #C300DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300DD

Black with #C300DD

Text Example


Text Example

White with #C300DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300DD; }

 p { color: rgb(195,0,221); }

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

background-color css

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

 a { background-color: rgb(195,0,221); }

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

border-color css

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

 span { border-color: rgb(195,0,221); }

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