Html Css Color HEX #C325C6 Deep Magenta

📋 copy color: '#C325C6'

red 195 ◦ green 37 ◦ blue 198

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

Shades of Deep Magenta #C325C6

Tints of Deep Magenta #C325C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 45.35%
G = 8.6%
B = 46.05%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C325C6 (or 0xC325C6) is known color: Deep Magenta. HEX triplet: C3, 25 and C6. RGB value is (195,37,198). Sum of RGB (Red+Green+Blue) = 195+37+198=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #C325C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325C6 is #3CDA39. Grayscale: #666666. Windows color (decimal): -3988026 or 12985795. OLE color: 12985795.

HSL color Cylindrical-coordinate representation of color #C325C6: hue angle of 298.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C325C6 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 37 198 -
CMYK 0.02 0.81 0 0.22
HSL 298.88º 0.69% 0.46% -
HSV(B) 298.88º 0.81% 0.78% -
XYZ 33.36 17 54.95 -
YUV 102.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 195 37 198 0.02 0.81 0 0.22 298.88 0.69 0.46
Hex C3 25 C6 2 51 0 16 12B 45 2E
Octal 303 45 306 2 121 0 26 453 105 56
Binary 11000011 100101 11000110 10 1010001 0 10110 100101011 1000101 101110

Color Harmonies of #C325C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325C6

Black with #C325C6

Text Example


Text Example

White with #C325C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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