Html Css Color HEX #C320CF Deep Magenta

📋 copy color: '#C320CF'

red 195 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #C320CF

Tints of Deep Magenta #C320CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.37%

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

R = 44.93%
G = 7.37%
B = 47.7%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C320CF (or 0xC320CF) is known color: Deep Magenta. HEX triplet: C3, 20 and CF. RGB value is (195,32,207). Sum of RGB (Red+Green+Blue) = 195+32+207=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C320CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320CF is #3CDF30. Grayscale: #646464. Windows color (decimal): -3989297 or 13574339. OLE color: 13574339.

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

Color convert

RGB 195 32 207 -
CMYK 0.06 0.85 0 0.19
HSL 295.89º 0.73% 0.47% -
HSV(B) 295.89º 0.85% 0.81% -
XYZ 34.28 17.14 60.53 -
YUV 100.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 195 32 207 0.06 0.85 0 0.19 295.89 0.73 0.47
Hex C3 20 CF 6 55 0 13 128 49 2F
Octal 303 40 317 6 125 0 23 450 111 57
Binary 11000011 100000 11001111 110 1010101 0 10011 100101000 1001001 101111

Color Harmonies of #C320CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320CF

Black with #C320CF

Text Example


Text Example

White with #C320CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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