Html Css Color HEX #C31BCA Deep Magenta

📋 copy color: '#C31BCA'

red 195 ◦ green 27 ◦ blue 202

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

Shades of Deep Magenta #C31BCA

Tints of Deep Magenta #C31BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.37%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 45.99%
G = 6.37%
B = 47.64%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C31BCA (or 0xC31BCA) is known color: Deep Magenta. HEX triplet: C3, 1B and CA. RGB value is (195,27,202). Sum of RGB (Red+Green+Blue) = 195+27+202=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #C31BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BCA is #3CE435. Grayscale: #606060. Windows color (decimal): -3990582 or 13245379. OLE color: 13245379.

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

Color convert

RGB 195 27 202 -
CMYK 0.03 0.87 0 0.21
HSL 297.6º 0.76% 0.45% -
HSV(B) 297.6º 0.87% 0.79% -
XYZ 33.56 16.65 57.32 -
YUV 97.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 195 27 202 0.03 0.87 0 0.21 297.6 0.76 0.45
Hex C3 1B CA 3 57 0 15 12A 4C 2D
Octal 303 33 312 3 127 0 25 452 114 55
Binary 11000011 11011 11001010 11 1010111 0 10101 100101010 1001100 101101

Color Harmonies of #C31BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BCA

Black with #C31BCA

Text Example


Text Example

White with #C31BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BCA; }

 p { color: rgb(195,27,202); }

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

background-color css

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

 a { background-color: rgb(195,27,202); }

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

border-color css

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

 span { border-color: rgb(195,27,202); }

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