Html Css Color HEX #C312CD Deep Magenta

📋 copy color: '#C312CD'

red 195 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #C312CD

Tints of Deep Magenta #C312CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 46.65%
G = 4.31%
B = 49.04%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C312CD (or 0xC312CD) is known color: Deep Magenta. HEX triplet: C3, 12 and CD. RGB value is (195,18,205). Sum of RGB (Red+Green+Blue) = 195+18+205=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #C312CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312CD is #3CED32. Grayscale: #5B5B5B. Windows color (decimal): -3992883 or 13439683. OLE color: 13439683.

HSL color Cylindrical-coordinate representation of color #C312CD: hue angle of 296.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312CD is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 18 205 -
CMYK 0.05 0.91 0 0.20
HSL 296.79º 0.84% 0.44% -
HSV(B) 296.79º 0.91% 0.8% -
XYZ 33.74 16.44 59.15 -
YUV 92.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 195 18 205 0.05 0.91 0 0.20 296.79 0.84 0.44
Hex C3 12 CD 5 5B 0 14 129 54 2C
Octal 303 22 315 5 133 0 24 451 124 54
Binary 11000011 10010 11001101 101 1011011 0 10100 100101001 1010100 101100

Color Harmonies of #C312CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312CD

Black with #C312CD

Text Example


Text Example

White with #C312CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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