Html Css Color HEX #C300BF Deep Magenta

📋 copy color: '#C300BF'

red 195 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #C300BF

Tints of Deep Magenta #C300BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 50.52%
G = 0%
B = 49.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C300BF (or 0xC300BF) is known color: Deep Magenta. HEX triplet: C3, 00 and BF. RGB value is (195,0,191). Sum of RGB (Red+Green+Blue) = 195+0+191=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C300BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300BF is #3CFF40. Grayscale: #4F4F4F. Windows color (decimal): -3997505 or 12517571. OLE color: 12517571.

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

Color convert

RGB 195 0 191 -
CMYK 0 1 0.02 0.24
HSL 301.23º 1% 0.38% -
HSV(B) 301.23º 1% 0.76% -
XYZ 31.91 15.36 50.57 -
YUV 80.08 190.6 209.97 -
System Red Green Blue C M Y K H S L
Decimal 195 0 191 0 1 0.02 0.24 301.23 1 0.38
Hex C3 0 BF 0 64 2 18 12D 64 26
Octal 303 0 277 0 144 2 30 455 144 46
Binary 11000011 0 10111111 0 1100100 10 11000 100101101 1100100 100110

Color Harmonies of #C300BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300BF

Black with #C300BF

Text Example


Text Example

White with #C300BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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