Html Css Color HEX #C312C9 Deep Magenta

📋 copy color: '#C312C9'

red 195 ◦ green 18 ◦ blue 201

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

Shades of Deep Magenta #C312C9

Tints of Deep Magenta #C312C9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.35%

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 47.1%
G = 4.35%
B = 48.55%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C312C9 (or 0xC312C9) is known color: Deep Magenta. HEX triplet: C3, 12 and C9. RGB value is (195,18,201). Sum of RGB (Red+Green+Blue) = 195+18+201=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #C312C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312C9 is #3CED36. Grayscale: #5B5B5B. Windows color (decimal): -3992887 or 13177539. OLE color: 13177539.

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

Color convert

RGB 195 18 201 -
CMYK 0.03 0.91 0 0.21
HSL 298.03º 0.84% 0.43% -
HSV(B) 298.03º 0.91% 0.79% -
XYZ 33.26 16.25 56.64 -
YUV 91.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 195 18 201 0.03 0.91 0 0.21 298.03 0.84 0.43
Hex C3 12 C9 3 5B 0 15 12A 54 2B
Octal 303 22 311 3 133 0 25 452 124 53
Binary 11000011 10010 11001001 11 1011011 0 10101 100101010 1010100 101011

Color Harmonies of #C312C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312C9

Black with #C312C9

Text Example


Text Example

White with #C312C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312C9; }

 p { color: rgb(195,18,201); }

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

background-color css

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

 a { background-color: rgb(195,18,201); }

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

border-color css

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

 span { border-color: rgb(195,18,201); }

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