Html Css Color HEX #C612D0 Deep Magenta

📋 copy color: '#C612D0'

red 198 ◦ green 18 ◦ blue 208

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

Shades of Deep Magenta #C612D0

Tints of Deep Magenta #C612D0

RGB

 RED value IS 198 (77.73% from 255) = 46.7%

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 46.7%
G = 4.25%
B = 49.06%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C612D0 (or 0xC612D0) is known color: Deep Magenta. HEX triplet: C6, 12 and D0. RGB value is (198,18,208). Sum of RGB (Red+Green+Blue) = 198+18+208=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #C612D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612D0 is #39ED2F. Grayscale: #5C5C5C. Windows color (decimal): -3796272 or 13636294. OLE color: 13636294.

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

Color convert

RGB 198 18 208 -
CMYK 0.05 0.91 0 0.18
HSL 296.84º 0.84% 0.44% -
HSV(B) 296.84º 0.91% 0.82% -
XYZ 34.89 16.99 61.12 -
YUV 93.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 198 18 208 0.05 0.91 0 0.18 296.84 0.84 0.44
Hex C6 12 D0 5 5B 0 12 129 54 2C
Octal 306 22 320 5 133 0 22 451 124 54
Binary 11000110 10010 11010000 101 1011011 0 10010 100101001 1010100 101100

Color Harmonies of #C612D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612D0

Black with #C612D0

Text Example


Text Example

White with #C612D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612D0; }

 p { color: rgb(198,18,208); }

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

background-color css

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

 a { background-color: rgb(198,18,208); }

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

border-color css

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

 span { border-color: rgb(198,18,208); }

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