Html Css Color HEX #C301C8 Deep Magenta

📋 copy color: '#C301C8'

red 195 ◦ green 1 ◦ blue 200

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

Shades of Deep Magenta #C301C8

Tints of Deep Magenta #C301C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.51%

R = 49.24%
G = 0.25%
B = 50.51%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C301C8 (or 0xC301C8) is known color: Deep Magenta. HEX triplet: C3, 01 and C8. RGB value is (195,1,200). Sum of RGB (Red+Green+Blue) = 195+1+200=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #C301C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301C8 is #3CFE37. Grayscale: #515151. Windows color (decimal): -3997240 or 13107651. OLE color: 13107651.

HSL color Cylindrical-coordinate representation of color #C301C8: hue angle of 298.49º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301C8 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 1 200 -
CMYK 0.02 1.00 0 0.22
HSL 298.49º 0.99% 0.39% -
HSV(B) 298.49º 1% 0.78% -
XYZ 32.94 15.79 55.96 -
YUV 81.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 195 1 200 0.02 1.00 0 0.22 298.49 0.99 0.39
Hex C3 1 C8 2 64 0 16 12A 63 27
Octal 303 1 310 2 144 0 26 452 143 47
Binary 11000011 1 11001000 10 1100100 0 10110 100101010 1100011 100111

Color Harmonies of #C301C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301C8

Black with #C301C8

Text Example


Text Example

White with #C301C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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