Html Css Color HEX #C300DB Deep Magenta

📋 copy color: '#C300DB'

red 195 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #C300DB

Tints of Deep Magenta #C300DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 47.1%
G = 0%
B = 52.9%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C300DB (or 0xC300DB) is known color: Deep Magenta. HEX triplet: C3, 00 and DB. RGB value is (195,0,219). Sum of RGB (Red+Green+Blue) = 195+0+219=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #C300DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300DB is #3CFF24. Grayscale: #525252. Windows color (decimal): -3997477 or 14352579. OLE color: 14352579.

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

Color convert

RGB 195 0 219 -
CMYK 0.11 1 0 0.14
HSL 293.42º 1% 0.43% -
HSV(B) 293.42º 1% 0.86% -
XYZ 35.29 16.72 68.38 -
YUV 83.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 195 0 219 0.11 1 0 0.14 293.42 1 0.43
Hex C3 0 DB B 64 0 E 125 64 2B
Octal 303 0 333 13 144 0 16 445 144 53
Binary 11000011 0 11011011 1011 1100100 0 1110 100100101 1100100 101011

Color Harmonies of #C300DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300DB

Black with #C300DB

Text Example


Text Example

White with #C300DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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