Html Css Color HEX #C620CC Deep Magenta

📋 copy color: '#C620CC'

red 198 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #C620CC

Tints of Deep Magenta #C620CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 45.62%
G = 7.37%
B = 47%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C620CC (or 0xC620CC) is known color: Deep Magenta. HEX triplet: C6, 20 and CC. RGB value is (198,32,204). Sum of RGB (Red+Green+Blue) = 198+32+204=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #C620CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620CC is #39DF33. Grayscale: #646464. Windows color (decimal): -3792692 or 13377734. OLE color: 13377734.

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

Color convert

RGB 198 32 204 -
CMYK 0.03 0.84 0 0.2
HSL 297.91º 0.73% 0.46% -
HSV(B) 297.91º 0.84% 0.8% -
XYZ 34.7 17.4 58.66 -
YUV 101.24 186 197.01 -
System Red Green Blue C M Y K H S L
Decimal 198 32 204 0.03 0.84 0 0.2 297.91 0.73 0.46
Hex C6 20 CC 3 54 0 14 12A 49 2E
Octal 306 40 314 3 124 0 24 452 111 56
Binary 11000110 100000 11001100 11 1010100 0 10100 100101010 1001001 101110

Color Harmonies of #C620CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620CC

Black with #C620CC

Text Example


Text Example

White with #C620CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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