Html Css Color HEX #C324CF Deep Magenta

📋 copy color: '#C324CF'

red 195 ◦ green 36 ◦ blue 207

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

Shades of Deep Magenta #C324CF

Tints of Deep Magenta #C324CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.22%

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

R = 44.52%
G = 8.22%
B = 47.26%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C324CF (or 0xC324CF) is known color: Deep Magenta. HEX triplet: C3, 24 and CF. RGB value is (195,36,207). Sum of RGB (Red+Green+Blue) = 195+36+207=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #C324CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324CF is #3CDB30. Grayscale: #666666. Windows color (decimal): -3988273 or 13575363. OLE color: 13575363.

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

Color convert

RGB 195 36 207 -
CMYK 0.06 0.83 0 0.19
HSL 295.79º 0.7% 0.48% -
HSV(B) 295.79º 0.83% 0.81% -
XYZ 34.4 17.37 60.57 -
YUV 103.04 186.68 193.6 -
System Red Green Blue C M Y K H S L
Decimal 195 36 207 0.06 0.83 0 0.19 295.79 0.7 0.48
Hex C3 24 CF 6 53 0 13 128 46 30
Octal 303 44 317 6 123 0 23 450 106 60
Binary 11000011 100100 11001111 110 1010011 0 10011 100101000 1000110 110000

Color Harmonies of #C324CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324CF

Black with #C324CF

Text Example


Text Example

White with #C324CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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