Html Css Color HEX #C612CD Deep Magenta

📋 copy color: '#C612CD'

red 198 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #C612CD

Tints of Deep Magenta #C612CD

RGB

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

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

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

R = 47.03%
G = 4.28%
B = 48.69%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C612CD (or 0xC612CD) is known color: Deep Magenta. HEX triplet: C6, 12 and CD. RGB value is (198,18,205). Sum of RGB (Red+Green+Blue) = 198+18+205=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C612CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612CD is #39ED32. Grayscale: #5C5C5C. Windows color (decimal): -3796275 or 13439686. OLE color: 13439686.

HSL color Cylindrical-coordinate representation of color #C612CD: hue angle of 297.75º 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 #C612CD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 18 205 -
CMYK 0.03 0.91 0 0.20
HSL 297.75º 0.84% 0.44% -
HSV(B) 297.75º 0.91% 0.8% -
XYZ 34.52 16.85 59.19 -
YUV 93.14 191.13 202.79 -
System Red Green Blue C M Y K H S L
Decimal 198 18 205 0.03 0.91 0 0.20 297.75 0.84 0.44
Hex C6 12 CD 3 5B 0 14 12A 54 2C
Octal 306 22 315 3 133 0 24 452 124 54
Binary 11000110 10010 11001101 11 1011011 0 10100 100101010 1010100 101100

Color Harmonies of #C612CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612CD

Black with #C612CD

Text Example


Text Example

White with #C612CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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