Html Css Color HEX #C321CF Deep Magenta

📋 copy color: '#C321CF'

red 195 ◦ green 33 ◦ blue 207

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

Shades of Deep Magenta #C321CF

Tints of Deep Magenta #C321CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.59%

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

R = 44.83%
G = 7.59%
B = 47.59%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C321CF (or 0xC321CF) is known color: Deep Magenta. HEX triplet: C3, 21 and CF. RGB value is (195,33,207). Sum of RGB (Red+Green+Blue) = 195+33+207=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C321CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321CF is #3CDE30. Grayscale: #646464. Windows color (decimal): -3989041 or 13574595. OLE color: 13574595.

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

Color convert

RGB 195 33 207 -
CMYK 0.06 0.84 0 0.19
HSL 295.86º 0.73% 0.47% -
HSV(B) 295.86º 0.84% 0.81% -
XYZ 34.31 17.19 60.54 -
YUV 101.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 195 33 207 0.06 0.84 0 0.19 295.86 0.73 0.47
Hex C3 21 CF 6 54 0 13 128 48 2F
Octal 303 41 317 6 124 0 23 450 110 57
Binary 11000011 100001 11001111 110 1010100 0 10011 100101000 1001000 101111

Color Harmonies of #C321CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321CF

Black with #C321CF

Text Example


Text Example

White with #C321CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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