Html Css Color HEX #C308DE Deep Magenta

📋 copy color: '#C308DE'

red 195 ◦ green 8 ◦ blue 222

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

Shades of Deep Magenta #C308DE

Tints of Deep Magenta #C308DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 45.88%
G = 1.88%
B = 52.24%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C308DE (or 0xC308DE) is known color: Deep Magenta. HEX triplet: C3, 08 and DE. RGB value is (195,8,222). Sum of RGB (Red+Green+Blue) = 195+8+222=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #C308DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308DE is #3CF721. Grayscale: #575757. Windows color (decimal): -3995426 or 14551235. OLE color: 14551235.

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

Color convert

RGB 195 8 222 -
CMYK 0.12 0.96 0 0.13
HSL 292.43º 0.93% 0.45% -
HSV(B) 292.43º 0.96% 0.87% -
XYZ 35.78 17.05 70.51 -
YUV 88.31 203.45 204.1 -
System Red Green Blue C M Y K H S L
Decimal 195 8 222 0.12 0.96 0 0.13 292.43 0.93 0.45
Hex C3 8 DE C 60 0 D 124 5D 2D
Octal 303 10 336 14 140 0 15 444 135 55
Binary 11000011 1000 11011110 1100 1100000 0 1101 100100100 1011101 101101

Color Harmonies of #C308DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308DE

Black with #C308DE

Text Example


Text Example

White with #C308DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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