Html Css Color HEX #C328CF Deep Magenta

📋 copy color: '#C328CF'

red 195 ◦ green 40 ◦ blue 207

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

Shades of Deep Magenta #C328CF

Tints of Deep Magenta #C328CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.05%

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

R = 44.12%
G = 9.05%
B = 46.83%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C328CF (or 0xC328CF) is known color: Deep Magenta. HEX triplet: C3, 28 and CF. RGB value is (195,40,207). Sum of RGB (Red+Green+Blue) = 195+40+207=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C328CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328CF is #3CD730. Grayscale: #686868. Windows color (decimal): -3987249 or 13576387. OLE color: 13576387.

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

Color convert

RGB 195 40 207 -
CMYK 0.06 0.81 0 0.19
HSL 295.69º 0.68% 0.48% -
HSV(B) 295.69º 0.81% 0.81% -
XYZ 34.53 17.62 60.61 -
YUV 105.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 195 40 207 0.06 0.81 0 0.19 295.69 0.68 0.48
Hex C3 28 CF 6 51 0 13 128 44 30
Octal 303 50 317 6 121 0 23 450 104 60
Binary 11000011 101000 11001111 110 1010001 0 10011 100101000 1000100 110000

Color Harmonies of #C328CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328CF

Black with #C328CF

Text Example


Text Example

White with #C328CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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