Html Css Color HEX #C305D1 Deep Magenta

📋 copy color: '#C305D1'

red 195 ◦ green 5 ◦ blue 209

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

Shades of Deep Magenta #C305D1

Tints of Deep Magenta #C305D1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

 BLUE value IS 209 (82.03% from 255) = 51.1%

R = 47.68%
G = 1.22%
B = 51.1%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C305D1 (or 0xC305D1) is known color: Deep Magenta. HEX triplet: C3, 05 and D1. RGB value is (195,5,209). Sum of RGB (Red+Green+Blue) = 195+5+209=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #C305D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305D1 is #3CFA2E. Grayscale: #545454. Windows color (decimal): -3996207 or 13698499. OLE color: 13698499.

HSL color Cylindrical-coordinate representation of color #C305D1: hue angle of 295.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305D1 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 5 209 -
CMYK 0.07 0.98 0 0.18
HSL 295.88º 0.95% 0.42% -
HSV(B) 295.88º 0.98% 0.82% -
XYZ 34.07 16.31 61.67 -
YUV 85.07 197.95 206.41 -
System Red Green Blue C M Y K H S L
Decimal 195 5 209 0.07 0.98 0 0.18 295.88 0.95 0.42
Hex C3 5 D1 7 62 0 12 128 5F 2A
Octal 303 5 321 7 142 0 22 450 137 52
Binary 11000011 101 11010001 111 1100010 0 10010 100101000 1011111 101010

Color Harmonies of #C305D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C305D1

Black with #C305D1

Text Example


Text Example

White with #C305D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C305D1; }

 p { color: rgb(195,5,209); }

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

background-color css

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

 a { background-color: rgb(195,5,209); }

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

border-color css

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

 span { border-color: rgb(195,5,209); }

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