Html Css Color HEX #C62ACD Deep Magenta

📋 copy color: '#C62ACD'

red 198 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #C62ACD

Tints of Deep Magenta #C62ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.44%

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

R = 44.49%
G = 9.44%
B = 46.07%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C62ACD (or 0xC62ACD) is known color: Deep Magenta. HEX triplet: C6, 2A and CD. RGB value is (198,42,205). Sum of RGB (Red+Green+Blue) = 198+42+205=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C62ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ACD is #39D532. Grayscale: #6A6A6A. Windows color (decimal): -3790131 or 13445830. OLE color: 13445830.

HSL color Cylindrical-coordinate representation of color #C62ACD: hue angle of 297.42º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62ACD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 42 205 -
CMYK 0.03 0.80 0 0.20
HSL 297.42º 0.66% 0.48% -
HSV(B) 297.42º 0.8% 0.8% -
XYZ 35.14 18.07 59.39 -
YUV 107.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 198 42 205 0.03 0.80 0 0.20 297.42 0.66 0.48
Hex C6 2A CD 3 50 0 14 129 42 30
Octal 306 52 315 3 120 0 24 451 102 60
Binary 11000110 101010 11001101 11 1010000 0 10100 100101001 1000010 110000

Color Harmonies of #C62ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62ACD

Black with #C62ACD

Text Example


Text Example

White with #C62ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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