Html Css Color HEX #C308BE Deep Magenta

📋 copy color: '#C308BE'

red 195 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #C308BE

Tints of Deep Magenta #C308BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 49.62%
G = 2.04%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C308BE (or 0xC308BE) is known color: Deep Magenta. HEX triplet: C3, 08 and BE. RGB value is (195,8,190). Sum of RGB (Red+Green+Blue) = 195+8+190=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C308BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308BE is #3CF741. Grayscale: #545454. Windows color (decimal): -3995458 or 12454083. OLE color: 12454083.

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

Color convert

RGB 195 8 190 -
CMYK 0 0.96 0.03 0.24
HSL 301.6º 0.92% 0.4% -
HSV(B) 301.6º 0.96% 0.76% -
XYZ 31.89 15.49 50.03 -
YUV 84.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 195 8 190 0 0.96 0.03 0.24 301.6 0.92 0.4
Hex C3 8 BE 0 60 3 18 12E 5C 28
Octal 303 10 276 0 140 3 30 456 134 50
Binary 11000011 1000 10111110 0 1100000 11 11000 100101110 1011100 101000

Color Harmonies of #C308BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308BE

Black with #C308BE

Text Example


Text Example

White with #C308BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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