Html Css Color HEX #C300B9 Deep Magenta

📋 copy color: '#C300B9'

red 195 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #C300B9

Tints of Deep Magenta #C300B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 51.32%
G = 0%
B = 48.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C300B9 (or 0xC300B9) is known color: Deep Magenta. HEX triplet: C3, 00 and B9. RGB value is (195,0,185). Sum of RGB (Red+Green+Blue) = 195+0+185=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C300B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300B9 is #3CFF46. Grayscale: #4E4E4E. Windows color (decimal): -3997511 or 12124355. OLE color: 12124355.

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

Color convert

RGB 195 0 185 -
CMYK 0 1 0.05 0.24
HSL 303.08º 1% 0.38% -
HSV(B) 303.08º 1% 0.76% -
XYZ 31.26 15.1 47.17 -
YUV 79.4 187.6 210.46 -
System Red Green Blue C M Y K H S L
Decimal 195 0 185 0 1 0.05 0.24 303.08 1 0.38
Hex C3 0 B9 0 64 5 18 12F 64 26
Octal 303 0 271 0 144 5 30 457 144 46
Binary 11000011 0 10111001 0 1100100 101 11000 100101111 1100100 100110

Color Harmonies of #C300B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300B9

Black with #C300B9

Text Example


Text Example

White with #C300B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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