Html Css Color HEX #C301BE Deep Magenta

📋 copy color: '#C301BE'

red 195 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #C301BE

Tints of Deep Magenta #C301BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 50.52%
G = 0.26%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C301BE (or 0xC301BE) is known color: Deep Magenta. HEX triplet: C3, 01 and BE. RGB value is (195,1,190). Sum of RGB (Red+Green+Blue) = 195+1+190=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C301BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301BE is #3CFE41. Grayscale: #4F4F4F. Windows color (decimal): -3997250 or 12452291. OLE color: 12452291.

HSL color Cylindrical-coordinate representation of color #C301BE: hue angle of 301.55º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C301BE is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 190 -
CMYK 0 0.99 0.03 0.24
HSL 301.55º 0.99% 0.38% -
HSV(B) 301.55º 0.99% 0.76% -
XYZ 31.81 15.34 50 -
YUV 80.55 189.77 209.63 -
System Red Green Blue C M Y K H S L
Decimal 195 1 190 0 0.99 0.03 0.24 301.55 0.99 0.38
Hex C3 1 BE 0 63 3 18 12E 63 26
Octal 303 1 276 0 143 3 30 456 143 46
Binary 11000011 1 10111110 0 1100011 11 11000 100101110 1100011 100110

Color Harmonies of #C301BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301BE

Black with #C301BE

Text Example


Text Example

White with #C301BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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