Html Css Color HEX #C308B9 Deep Magenta

📋 copy color: '#C308B9'

red 195 ◦ green 8 ◦ blue 185

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

Shades of Deep Magenta #C308B9

Tints of Deep Magenta #C308B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 50.26%
G = 2.06%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C308B9 (or 0xC308B9) is known color: Deep Magenta. HEX triplet: C3, 08 and B9. RGB value is (195,8,185). Sum of RGB (Red+Green+Blue) = 195+8+185=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C308B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308B9 is #3CF746. Grayscale: #535353. Windows color (decimal): -3995463 or 12126403. OLE color: 12126403.

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

Color convert

RGB 195 8 185 -
CMYK 0 0.96 0.05 0.24
HSL 303.21º 0.92% 0.4% -
HSV(B) 303.21º 0.96% 0.76% -
XYZ 31.35 15.28 47.2 -
YUV 84.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 195 8 185 0 0.96 0.05 0.24 303.21 0.92 0.4
Hex C3 8 B9 0 60 5 18 12F 5C 28
Octal 303 10 271 0 140 5 30 457 134 50
Binary 11000011 1000 10111001 0 1100000 101 11000 100101111 1011100 101000

Color Harmonies of #C308B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308B9

Black with #C308B9

Text Example


Text Example

White with #C308B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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