Html Css Color HEX #C308DB Deep Magenta

📋 copy color: '#C308DB'

red 195 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #C308DB

Tints of Deep Magenta #C308DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 46.21%
G = 1.9%
B = 51.9%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C308DB (or 0xC308DB) is known color: Deep Magenta. HEX triplet: C3, 08 and DB. RGB value is (195,8,219). Sum of RGB (Red+Green+Blue) = 195+8+219=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #C308DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308DB is #3CF724. Grayscale: #575757. Windows color (decimal): -3995429 or 14354627. OLE color: 14354627.

HSL color Cylindrical-coordinate representation of color #C308DB: hue angle of 293.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308DB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 8 219 -
CMYK 0.11 0.96 0 0.14
HSL 293.18º 0.93% 0.45% -
HSV(B) 293.18º 0.96% 0.86% -
XYZ 35.38 16.89 68.41 -
YUV 87.97 201.95 204.34 -
System Red Green Blue C M Y K H S L
Decimal 195 8 219 0.11 0.96 0 0.14 293.18 0.93 0.45
Hex C3 8 DB B 60 0 E 125 5D 2D
Octal 303 10 333 13 140 0 16 445 135 55
Binary 11000011 1000 11011011 1011 1100000 0 1110 100100101 1011101 101101

Color Harmonies of #C308DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308DB

Black with #C308DB

Text Example


Text Example

White with #C308DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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