Html Css Color HEX #C300B6 Deep Magenta

📋 copy color: '#C300B6'

red 195 ◦ green 0 ◦ blue 182

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

Shades of Deep Magenta #C300B6

Tints of Deep Magenta #C300B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 51.72%
G = 0%
B = 48.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C300B6 (or 0xC300B6) is known color: Deep Magenta. HEX triplet: C3, 00 and B6. RGB value is (195,0,182). Sum of RGB (Red+Green+Blue) = 195+0+182=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C300B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300B6 is #3CFF49. Grayscale: #4E4E4E. Windows color (decimal): -3997514 or 11927747. OLE color: 11927747.

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

Color convert

RGB 195 0 182 -
CMYK 0 1 0.07 0.24
HSL 304º 1% 0.38% -
HSV(B) 304º 1% 0.76% -
XYZ 30.95 14.98 45.52 -
YUV 79.05 186.1 210.7 -
System Red Green Blue C M Y K H S L
Decimal 195 0 182 0 1 0.07 0.24 304 1 0.38
Hex C3 0 B6 0 64 7 18 130 64 26
Octal 303 0 266 0 144 7 30 460 144 46
Binary 11000011 0 10110110 0 1100100 111 11000 100110000 1100100 100110

Color Harmonies of #C300B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300B6

Black with #C300B6

Text Example


Text Example

White with #C300B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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