Html Css Color HEX #C301D5 Deep Magenta

📋 copy color: '#C301D5'

red 195 ◦ green 1 ◦ blue 213

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

Shades of Deep Magenta #C301D5

Tints of Deep Magenta #C301D5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 47.68%
G = 0.24%
B = 52.08%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C301D5 (or 0xC301D5) is known color: Deep Magenta. HEX triplet: C3, 01 and D5. RGB value is (195,1,213). Sum of RGB (Red+Green+Blue) = 195+1+213=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #C301D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301D5 is #3CFE2A. Grayscale: #525252. Windows color (decimal): -3997227 or 13959619. OLE color: 13959619.

HSL color Cylindrical-coordinate representation of color #C301D5: hue angle of 294.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301D5 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 1 213 -
CMYK 0.08 1.00 0 0.16
HSL 294.91º 0.99% 0.42% -
HSV(B) 294.91º 1% 0.84% -
XYZ 34.53 16.43 64.3 -
YUV 83.17 201.27 207.76 -
System Red Green Blue C M Y K H S L
Decimal 195 1 213 0.08 1.00 0 0.16 294.91 0.99 0.42
Hex C3 1 D5 8 64 0 10 127 63 2A
Octal 303 1 325 10 144 0 20 447 143 52
Binary 11000011 1 11010101 1000 1100100 0 10000 100100111 1100011 101010

Color Harmonies of #C301D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301D5

Black with #C301D5

Text Example


Text Example

White with #C301D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301D5; }

 p { color: rgb(195,1,213); }

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

background-color css

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

 a { background-color: rgb(195,1,213); }

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

border-color css

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

 span { border-color: rgb(195,1,213); }

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