Html Css Color HEX #C300CE Deep Magenta

📋 copy color: '#C300CE'

red 195 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #C300CE

Tints of Deep Magenta #C300CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 48.63%
G = 0%
B = 51.37%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C300CE (or 0xC300CE) is known color: Deep Magenta. HEX triplet: C3, 00 and CE. RGB value is (195,0,206). Sum of RGB (Red+Green+Blue) = 195+0+206=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #C300CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300CE is #3CFF31. Grayscale: #515151. Windows color (decimal): -3997490 or 13500611. OLE color: 13500611.

HSL color Cylindrical-coordinate representation of color #C300CE: hue angle of 296.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300CE is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 0 206 -
CMYK 0.05 1 0 0.19
HSL 296.8º 1% 0.4% -
HSV(B) 296.8º 1% 0.81% -
XYZ 33.65 16.06 59.72 -
YUV 81.79 198.1 208.75 -
System Red Green Blue C M Y K H S L
Decimal 195 0 206 0.05 1 0 0.19 296.8 1 0.4
Hex C3 0 CE 5 64 0 13 129 64 28
Octal 303 0 316 5 144 0 23 451 144 50
Binary 11000011 0 11001110 101 1100100 0 10011 100101001 1100100 101000

Color Harmonies of #C300CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300CE

Black with #C300CE

Text Example


Text Example

White with #C300CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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