Html Css Color HEX #C325CF Deep Magenta

📋 copy color: '#C325CF'

red 195 ◦ green 37 ◦ blue 207

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

Shades of Deep Magenta #C325CF

Tints of Deep Magenta #C325CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 44.42%
G = 8.43%
B = 47.15%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C325CF (or 0xC325CF) is known color: Deep Magenta. HEX triplet: C3, 25 and CF. RGB value is (195,37,207). Sum of RGB (Red+Green+Blue) = 195+37+207=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #C325CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325CF is #3CDA30. Grayscale: #676767. Windows color (decimal): -3988017 or 13575619. OLE color: 13575619.

HSL color Cylindrical-coordinate representation of color #C325CF: hue angle of 295.76º 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 #C325CF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 37 207 -
CMYK 0.06 0.82 0 0.19
HSL 295.76º 0.7% 0.48% -
HSV(B) 295.76º 0.82% 0.81% -
XYZ 34.43 17.43 60.58 -
YUV 103.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 195 37 207 0.06 0.82 0 0.19 295.76 0.7 0.48
Hex C3 25 CF 6 52 0 13 128 46 30
Octal 303 45 317 6 122 0 23 450 106 60
Binary 11000011 100101 11001111 110 1010010 0 10011 100101000 1000110 110000

Color Harmonies of #C325CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325CF

Black with #C325CF

Text Example


Text Example

White with #C325CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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