Html Css Color HEX #C31ACF Deep Magenta

📋 copy color: '#C31ACF'

red 195 ◦ green 26 ◦ blue 207

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

Shades of Deep Magenta #C31ACF

Tints of Deep Magenta #C31ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.07%

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

R = 45.56%
G = 6.07%
B = 48.36%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C31ACF (or 0xC31ACF) is known color: Deep Magenta. HEX triplet: C3, 1A and CF. RGB value is (195,26,207). Sum of RGB (Red+Green+Blue) = 195+26+207=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #C31ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ACF is #3CE530. Grayscale: #606060. Windows color (decimal): -3990833 or 13572803. OLE color: 13572803.

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

Color convert

RGB 195 26 207 -
CMYK 0.06 0.87 0 0.19
HSL 296.02º 0.78% 0.46% -
HSV(B) 296.02º 0.87% 0.81% -
XYZ 34.14 16.85 60.48 -
YUV 97.17 189.99 197.78 -
System Red Green Blue C M Y K H S L
Decimal 195 26 207 0.06 0.87 0 0.19 296.02 0.78 0.46
Hex C3 1A CF 6 57 0 13 128 4E 2E
Octal 303 32 317 6 127 0 23 450 116 56
Binary 11000011 11010 11001111 110 1010111 0 10011 100101000 1001110 101110

Color Harmonies of #C31ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31ACF

Black with #C31ACF

Text Example


Text Example

White with #C31ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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