Html Css Color HEX #C325CE Deep Magenta

📋 copy color: '#C325CE'

red 195 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #C325CE

Tints of Deep Magenta #C325CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.45%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 44.52%
G = 8.45%
B = 47.03%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C325CE (or 0xC325CE) is known color: Deep Magenta. HEX triplet: C3, 25 and CE. RGB value is (195,37,206). Sum of RGB (Red+Green+Blue) = 195+37+206=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C325CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325CE is #3CDA31. Grayscale: #666666. Windows color (decimal): -3988018 or 13510083. OLE color: 13510083.

HSL color Cylindrical-coordinate representation of color #C325CE: hue angle of 296.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C325CE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 37 206 -
CMYK 0.05 0.82 0 0.19
HSL 296.09º 0.7% 0.48% -
HSV(B) 296.09º 0.82% 0.81% -
XYZ 34.31 17.38 59.94 -
YUV 103.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 195 37 206 0.05 0.82 0 0.19 296.09 0.7 0.48
Hex C3 25 CE 5 52 0 13 128 46 30
Octal 303 45 316 5 122 0 23 450 106 60
Binary 11000011 100101 11001110 101 1010010 0 10011 100101000 1000110 110000

Color Harmonies of #C325CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325CE

Black with #C325CE

Text Example


Text Example

White with #C325CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325CE; }

 p { color: rgb(195,37,206); }

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

background-color css

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

 a { background-color: rgb(195,37,206); }

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

border-color css

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

 span { border-color: rgb(195,37,206); }

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