Html Css Color HEX #C321BE Deep Magenta

📋 copy color: '#C321BE'

red 195 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #C321BE

Tints of Deep Magenta #C321BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 46.65%
G = 7.89%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C321BE (or 0xC321BE) is known color: Deep Magenta. HEX triplet: C3, 21 and BE. RGB value is (195,33,190). Sum of RGB (Red+Green+Blue) = 195+33+190=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C321BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321BE is #3CDE41. Grayscale: #626262. Windows color (decimal): -3989058 or 12460483. OLE color: 12460483.

HSL color Cylindrical-coordinate representation of color #C321BE: hue angle of 301.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C321BE is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 33 190 -
CMYK 0 0.83 0.03 0.24
HSL 301.85º 0.71% 0.45% -
HSV(B) 301.85º 0.83% 0.76% -
XYZ 32.34 16.41 50.18 -
YUV 99.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 195 33 190 0 0.83 0.03 0.24 301.85 0.71 0.45
Hex C3 21 BE 0 53 3 18 12E 47 2D
Octal 303 41 276 0 123 3 30 456 107 55
Binary 11000011 100001 10111110 0 1010011 11 11000 100101110 1000111 101101

Color Harmonies of #C321BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321BE

Black with #C321BE

Text Example


Text Example

White with #C321BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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