Html Css Color HEX #C620CD Deep Magenta

📋 copy color: '#C620CD'

red 198 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #C620CD

Tints of Deep Magenta #C620CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.36%

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

R = 45.52%
G = 7.36%
B = 47.13%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C620CD (or 0xC620CD) is known color: Deep Magenta. HEX triplet: C6, 20 and CD. RGB value is (198,32,205). Sum of RGB (Red+Green+Blue) = 198+32+205=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C620CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620CD is #39DF32. Grayscale: #646464. Windows color (decimal): -3792691 or 13443270. OLE color: 13443270.

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

Color convert

RGB 198 32 205 -
CMYK 0.03 0.84 0 0.20
HSL 297.57º 0.73% 0.46% -
HSV(B) 297.57º 0.84% 0.8% -
XYZ 34.82 17.45 59.29 -
YUV 101.36 186.5 196.93 -
System Red Green Blue C M Y K H S L
Decimal 198 32 205 0.03 0.84 0 0.20 297.57 0.73 0.46
Hex C6 20 CD 3 54 0 14 12A 49 2E
Octal 306 40 315 3 124 0 24 452 111 56
Binary 11000110 100000 11001101 11 1010100 0 10100 100101010 1001001 101110

Color Harmonies of #C620CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620CD

Black with #C620CD

Text Example


Text Example

White with #C620CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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