Html Css Color HEX #C300C1 Deep Magenta

📋 copy color: '#C300C1'

red 195 ◦ green 0 ◦ blue 193

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

Shades of Deep Magenta #C300C1

Tints of Deep Magenta #C300C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 50.26%
G = 0%
B = 49.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C300C1 (or 0xC300C1) is known color: Deep Magenta. HEX triplet: C3, 00 and C1. RGB value is (195,0,193). Sum of RGB (Red+Green+Blue) = 195+0+193=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C300C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300C1 is #3CFF3E. Grayscale: #4F4F4F. Windows color (decimal): -3997503 or 12648643. OLE color: 12648643.

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

Color convert

RGB 195 0 193 -
CMYK 0 1 0.01 0.24
HSL 300.62º 1% 0.38% -
HSV(B) 300.62º 1% 0.76% -
XYZ 32.13 15.45 51.74 -
YUV 80.31 191.6 209.81 -
System Red Green Blue C M Y K H S L
Decimal 195 0 193 0 1 0.01 0.24 300.62 1 0.38
Hex C3 0 C1 0 64 1 18 12D 64 26
Octal 303 0 301 0 144 1 30 455 144 46
Binary 11000011 0 11000001 0 1100100 1 11000 100101101 1100100 100110

Color Harmonies of #C300C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300C1

Black with #C300C1

Text Example


Text Example

White with #C300C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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