Html Css Color HEX #C327DB Deep Magenta

📋 copy color: '#C327DB'

red 195 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #C327DB

Tints of Deep Magenta #C327DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.61%

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

R = 43.05%
G = 8.61%
B = 48.34%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C327DB (or 0xC327DB) is known color: Deep Magenta. HEX triplet: C3, 27 and DB. RGB value is (195,39,219). Sum of RGB (Red+Green+Blue) = 195+39+219=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #C327DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327DB is #3CD824. Grayscale: #696969. Windows color (decimal): -3987493 or 14362563. OLE color: 14362563.

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

Color convert

RGB 195 39 219 -
CMYK 0.11 0.82 0 0.14
HSL 292º 0.71% 0.51% -
HSV(B) 292º 0.82% 0.86% -
XYZ 36.02 18.17 68.63 -
YUV 106.16 191.68 191.36 -
System Red Green Blue C M Y K H S L
Decimal 195 39 219 0.11 0.82 0 0.14 292 0.71 0.51
Hex C3 27 DB B 52 0 E 124 47 33
Octal 303 47 333 13 122 0 16 444 107 63
Binary 11000011 100111 11011011 1011 1010010 0 1110 100100100 1000111 110011

Color Harmonies of #C327DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327DB

Black with #C327DB

Text Example


Text Example

White with #C327DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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