Html Css Color HEX #C300BE Deep Magenta

📋 copy color: '#C300BE'

red 195 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #C300BE

Tints of Deep Magenta #C300BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 50.65%
G = 0%
B = 49.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C300BE (or 0xC300BE) is known color: Deep Magenta. HEX triplet: C3, 00 and BE. RGB value is (195,0,190). Sum of RGB (Red+Green+Blue) = 195+0+190=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C300BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300BE is #3CFF41. Grayscale: #4F4F4F. Windows color (decimal): -3997506 or 12452035. OLE color: 12452035.

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

Color convert

RGB 195 0 190 -
CMYK 0 1 0.03 0.24
HSL 301.54º 1% 0.38% -
HSV(B) 301.54º 1% 0.76% -
XYZ 31.8 15.32 50 -
YUV 79.97 190.1 210.05 -
System Red Green Blue C M Y K H S L
Decimal 195 0 190 0 1 0.03 0.24 301.54 1 0.38
Hex C3 0 BE 0 64 3 18 12E 64 26
Octal 303 0 276 0 144 3 30 456 144 46
Binary 11000011 0 10111110 0 1100100 11 11000 100101110 1100100 100110

Color Harmonies of #C300BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300BE

Black with #C300BE

Text Example


Text Example

White with #C300BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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