Html Css Color HEX #C300A5 Deep Magenta

📋 copy color: '#C300A5'

red 195 ◦ green 0 ◦ blue 165

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

Shades of Deep Magenta #C300A5

Tints of Deep Magenta #C300A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.83%

R = 54.17%
G = 0%
B = 45.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C300A5 (or 0xC300A5) is known color: Deep Magenta. HEX triplet: C3, 00 and A5. RGB value is (195,0,165). Sum of RGB (Red+Green+Blue) = 195+0+165=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C300A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300A5 is #3CFF5A. Grayscale: #4C4C4C. Windows color (decimal): -3997531 or 10813635. OLE color: 10813635.

HSL color Cylindrical-coordinate representation of color #C300A5: hue angle of 309.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300A5 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 165 -
CMYK 0 1 0.15 0.24
HSL 309.23º 1% 0.38% -
HSV(B) 309.23º 1% 0.76% -
XYZ 29.3 14.32 36.82 -
YUV 77.12 177.6 212.08 -
System Red Green Blue C M Y K H S L
Decimal 195 0 165 0 1 0.15 0.24 309.23 1 0.38
Hex C3 0 A5 0 64 F 18 135 64 26
Octal 303 0 245 0 144 17 30 465 144 46
Binary 11000011 0 10100101 0 1100100 1111 11000 100110101 1100100 100110

Color Harmonies of #C300A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300A5

Black with #C300A5

Text Example


Text Example

White with #C300A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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