Html Css Color HEX #C300C9 Deep Magenta

📋 copy color: '#C300C9'

red 195 ◦ green 0 ◦ blue 201

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

Shades of Deep Magenta #C300C9

Tints of Deep Magenta #C300C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 49.24%
G = 0%
B = 50.76%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C300C9 (or 0xC300C9) is known color: Deep Magenta. HEX triplet: C3, 00 and C9. RGB value is (195,0,201). Sum of RGB (Red+Green+Blue) = 195+0+201=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #C300C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300C9 is #3CFF36. Grayscale: #505050. Windows color (decimal): -3997495 or 13172931. OLE color: 13172931.

HSL color Cylindrical-coordinate representation of color #C300C9: hue angle of 298.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300C9 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 0 201 -
CMYK 0.03 1 0 0.21
HSL 298.21º 1% 0.39% -
HSV(B) 298.21º 1% 0.79% -
XYZ 33.05 15.82 56.57 -
YUV 81.22 195.6 209.16 -
System Red Green Blue C M Y K H S L
Decimal 195 0 201 0.03 1 0 0.21 298.21 1 0.39
Hex C3 0 C9 3 64 0 15 12A 64 27
Octal 303 0 311 3 144 0 25 452 144 47
Binary 11000011 0 11001001 11 1100100 0 10101 100101010 1100100 100111

Color Harmonies of #C300C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300C9

Black with #C300C9

Text Example


Text Example

White with #C300C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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